forked from ibmresearchuk/node-red-bluemix-nodes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 770 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
{
"name" : "node-red-bluemix-nodes",
"version" : "0.1.0",
"description" : "A collection of extra Node-RED nodes for IBM Bluemix.",
"dependencies" : {
"when": "~3.x",
"mongodb": "~1.4.x",
"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" ],
"node-red" : {
"nodes" : {
"tcp": "io/31-tcpin-cf.js",
"udp": "io/32-udp-cf.js",
"mongodb": "mongo/66-mongodb-cf.js",
"twilio": "twilio/56-twilio-cf.js"
}
}
}