-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (31 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
32 lines (31 loc) · 1.03 KB
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
{
"name" : "node-red-bluemix-nodes",
"version" : "0.2.0",
"description" : "A collection of extra Node-RED nodes for IBM Bluemix.",
"dependencies" : {
"when": "~3.x",
"mongodb": "~1.4.x",
"mqlight" : ">=1.0.2014091000",
"cf-env":"~0.1.1",
"twilio":"~1.6.0",
"request":"~2.40.0"
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-bluemix-nodes"
},
"license": "Apache-v2.0",
"keywords": [ "node-red", "bluemix", "io", "tcp", "udp", "mongodb", "twilio","mqlight","watson" ],
"node-red" : {
"nodes" : {
"tcp": "io/31-tcpin-cf.js",
"udp": "io/32-udp-cf.js",
"mqlight": "mqlight/mqlight.js",
"mongodb": "mongo/66-mongodb-cf.js",
"twilio": "twilio/56-twilio-cf.js",
"watson-question-answer": "watson/qa.js",
"watson-language-identification": "watson/lid.js",
"watson-translate": "watson/smt.js"
}
}
}