-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.28 KB
/
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
{
"name" : "node-red-bluemix",
"version" : "0.5.1",
"dependencies": {
"when": "~3.x",
"mongodb": "~1.4.x",
"nano": "~5.11.0",
"cfenv":"~1.0.0",
"feedparser":"~0.19.2",
"redis":"~0.10.1",
"node-red": "0.x",
"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-contrib-ibmpush":"0.x",
"node-red-contrib-bluemix-hdfs":"0.x",
"node-red-nodes-cf-sqldb-dashdb":"0.x",
"node-red-node-random":"0.x",
"node-red-node-smooth":"0.x",
"node-red-contrib-web-worldmap":"1.x",
"node-red-node-geofence":"*",
"node-red-contrib-slacker":"*",
"node-red-node-base64": "*",
"node-red-contrib-play-audio": "*",
"node-red-node-box": "*",
"bluebird": "^3.3.3",
"knox": "latest",
"fs": "latest",
"fs-extra": "latest",
"node-uuid": "latest",
"dashboard": "latest"
},
"scripts": {
"start": "node --max-old-space-size=384 node_modules/node-red/red.js --settings ./bluemix-settings.js -v"
},
"engines": {
"node": "4.x"
}
}