-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
40 lines (40 loc) · 993 Bytes
/
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
{
"name": "discover-iot",
"version": "0.0.1",
"description": "Sandbox for discover-try-buy IoT experience",
"scripts": {
"gulp": "gulp prod",
"start": "node app.js",
"postinstall": "npm run gulp"
},
"dependencies": {
"angular": "^1.4.5",
"angular-cookies": "^1.5.0-beta.0",
"angular-qrcode": "^6.0.2",
"angular-resource": "^1.5.0-beta.0",
"angular-ui-router": "^0.2.15",
"bower": "^1.5.2",
"browserify": "^11.1.0",
"cfenv": "1.0.x",
"d3": "^3.5.6",
"express": "4.12.x",
"gulp": "^3.9.0",
"gulp-html-replace": "^1.5.1",
"gulp-install": "^0.5.0",
"gulp-jscs": "^1.6.0",
"gulp-jshint": "^1.11.2",
"gulp-less": "^3.0.3",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.5",
"mqtt": "^1.4.1",
"path": "^0.12.7",
"request": "^2.64.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"repository": {},
"engines": {
"node": "0.12.x"
}
}