forked from knolleary/node-red-bluemix-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 866 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
{
"name" : "node-red-app",
"version" : "0.9.0",
"dependencies": {
"appmetrics-dash": "^3.2.1",
"when": "~3.x",
"nano": "8.1.x",
"bcrypt": "1.0.2",
"cfenv":"~1.0.0",
"express":"4.x",
"body-parser":"1.x",
"http-shutdown":"1.2.0",
"node-red": "0.x",
"node-red-bluemix-nodes":"1.x",
"node-red-node-watson":"0.x",
"node-red-node-openwhisk":"0.x",
"node-red-contrib-cloudantplus":"0.x",
"node-red-contrib-pushover":"0.x",
"node-red-contrib-tgr-jsonata":"1.x",
"node-red-contrib-scx-ibmiotapp":"0.x",
"node-red-nodes-cf-sqldb-dashdb":"0.x"
},
"scripts": {
"start": "node --max-old-space-size=160 index.js --settings ./bluemix-settings.js -v"
},
"engines": {
"node": "8.x"
}
}