-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·30 lines (30 loc) · 877 Bytes
/
package.json
File metadata and controls
executable file
·30 lines (30 loc) · 877 Bytes
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
{
"name": "node-red-bluemix",
"version": "0.6.0",
"dependencies": {
"when": "~3.x",
"nano": "6.2.x",
"bcrypt": "1.0.2",
"cfenv": "~1.0.0",
"express": "4.x",
"body-parser": "1.x",
"http-shutdown": "1.2.0",
"mongoid-js": "^1.1.3",
"moment": "^2.18.1",
"moment-timezone": "^0.5.13",
"node-red": "~0.16.2",
"node-red-bluemix-nodes": "1.x",
"node-red-node-watson": "0.x",
"node-red-node-openwhisk": "0.x",
"node-red-node-cf-cloudant": "0.x",
"node-red-contrib-scx-ibmiotapp": "0.x",
"node-red-nodes-cf-sqldb-dashdb": "0.x",
"node-red-contrib-treeview": "0.1.4"
},
"scripts": {
"start": "node --max-old-space-size=384 index.js --settings ./bluemix-settings.js -v"
},
"engines": {
"node": "6.x"
}
}