-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.25 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
{
"name": "Natale2016-IoT-web",
"version": "0.1.0",
"description": "This is a unique web interface for controlling my IoT gift for 2016",
"engines": {
"node": "5.9.1"
},
"main": "index.js",
"scripts": {
"start": "gulp build & node index.js",
"postinstall": "./node_modules/bower/bin/bower install"
},
"dependencies": {
"angular-route": "^1.5.8",
"body-parser": "~1.0.1",
"bower": "^1.8.0",
"connect-flash": "~0.1.1",
"cookie-parser": "~1.0.0",
"ejs": "2.4.1",
"event-stream": "^3.3.4",
"express": "4.13.3",
"express-session": "~1.0.0",
"firebase": "3.2.1",
"firebase-admin": "^4.0.2",
"firebase-auth": "0.1.2",
"gulp": "^3.9.1",
"gulp-angular-filesort": "^1.1.1",
"gulp-inject": "^4.1.0",
"gulp-util": "^3.0.7",
"jsesc": "2.2.0",
"main-bower-files": "^2.13.1",
"method-override": "~1.0.0",
"mqtt": "2.0.0",
"passport": "~0.1.17",
"passport-local": "~0.1.6",
"string-escape": "0.3.0",
"wget": "0.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/enricoaleandri/Natale2016-IoT-web"
},
"keywords": [
"Natale 2016",
"IoT",
"Aleandri"
],
"license": "MIT",
"devDependencies": {
"gulp": "^3.9.1"
}
}