-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.79 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "PiCam",
"version": "0.1.1",
"description": "Simple web interface for Motion on Raspberry",
"homepage": "https://github.com/Dbroqua/Picam-JS",
"repository": {
"type": "git",
"url": "https://github.com/Dbroqua/Picam-JS.git"
},
"bugs": {
"url": "https://github.com/Dbroqua/Picam-JS/issues",
"email": "contact@darkou.fr"
},
"private": false,
"license": "LGPL-3.0",
"author": {
"name": "Damien Broqua",
"email": "contact@darkou.fr",
"url": "http://www.darkou.fr/"
},
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bcrypt": ">=1.0.0",
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.3",
"diskusage": "^0.2.4",
"express": "^4.14.0",
"file-stream-rotator": "0.2.1",
"http-proxy": "^1.14.0",
"mmmagic": "^0.5.0",
"mongoose": "^4.5.9",
"morgan": "^1.7.0",
"os-utils": "0.0.14",
"passport": "=0.4.0",
"passport-http": "^0.3.0",
"passport-localapikey": "0.0.3",
"request": "^2.85.0",
"serve-favicon": "^2.3.0",
"sync-request": "^6.0.0"
},
"devDependencies": {
"angular": "^1.6.9",
"angular-base64": "^2.0.5",
"angular-cookies": "^1.6.9",
"angular-route": "^1.6.9",
"angular-toastr": "^2.1.1",
"bootstrap": "^4.1.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": ">=5.0.0",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.2.0",
"gulp-eslint": "^4.0.2",
"gulp-less": ">=4.0.0",
"gulp-uglify": "^3.0.0",
"gulp-watch": ">=5.0.0",
"jquery": "^3.3.1",
"moment": "^2.22.1",
"ngbootbox": "^0.2.0",
"popper.js": "^1.14.3"
}
}