-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 906 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
30
31
{
"name": "node-red-bluemix-starter",
"version": "0.4.25",
"dependencies": {
"when": "~3.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",
"xml2js": "^0.4.16",
"js2xmlparser": "^1.0.0",
"cors": "2.7.1",
"is-utf8": "0.2.1",
"media-typer": "0.3.0",
"on-headers": "1.0.1",
"raw-body": "2.1.6",
"body-parser": "1.15.0"
},
"engines": {
"node": "0.12.x"
}
}