-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 849 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
{
"name": "node-red-app",
"version": "1.1.1",
"dependencies": {
"@cloudant/cloudant": "^4.2.2",
"appmetrics-dash": "^5.2.0",
"bcrypt": "^3.0.7",
"body-parser": "1.x",
"cfenv": "^1.2.2",
"express": "4.x",
"http-shutdown": "1.2.1",
"node-red": "1.x",
"node-red-node-cf-cloudant": "0.x",
"node-red-node-openwhisk": "0.x",
"node-red-node-watson": "0.x",
"node-red-nodes-cf-sqldb-dashdb": "0.x",
"node-red-dashboard":"*",
"node-red-contrib-scx-ibmiotapp":"*",
"node-red-contrib-ibm-wiotp-device-ops":"*",
"node-red-contrib-web-worldmap":"*"
},
"scripts": {
"start": "node --max-old-space-size=160 index.js --settings ./bluemix-settings.js -v"
},
"engines": {
"node": "12.x"
}
}