forked from IBM/node-red-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 686 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 686 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
{
"name": "node-red-app",
"version": "1.1.3",
"dependencies": {
"@ibm-cloud/cloudant": "^0.0.24",
"bcrypt": "^5.0.1",
"body-parser": "1.x",
"express": "4.x",
"http-shutdown": "1.2.2",
"ibm-cloud-env": "^0",
"node-red": "^2.2.0",
"node-red-contrib-ibm-db2": "0.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"
},
"scripts": {
"start": "node --max-old-space-size=160 index.js --settings ./bluemix-settings.js -v"
},
"engines": {
"node": "14.x"
}
}