-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1001 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
41
42
43
{
"name": "edge-ref-app",
"version": "1.0.50",
"description": "Predix Edge Reference app with node-red",
"main": "server/app.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "node_env=container node build/es6-bundled/server/app.js",
"test": "echo \"WARNING: no test specified\" "
},
"keywords": [
"predix",
"edge",
"polymer",
"express",
"node-red"
],
"author": "gstroup",
"license": "MIT",
"dependencies": {
"body-parser": "^1.18.3",
"express": "^4.16.3",
"mqtt": "^2.18.3",
"natives": "^1.1.6",
"rimraf": "^2.6.3",
"ws": "^6.0.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-clean": "^0.4.0",
"gulp-load-plugins": "^1.5.0",
"gulp-nodemon": "^2.4.2",
"gulp-sass": "^4.0.1",
"gulp-sequence": "^1.0.0",
"gulp-style-modules": "^0.1.0",
"merge-stream": "^1.0.1",
"node-sass-import-once": "^1.2.0",
"polymer-cli": "^1.9.7"
}
}