-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
45 lines (45 loc) · 1.02 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
42
43
44
45
{
"name": "node-red-bluemix-nodes",
"version": "1.1.10",
"description": "A collection of extra Node-RED nodes for IBM Bluemix.",
"dependencies": {
"cfenv": "^1.0.0",
"mongodb": "^2.2.9",
"mqlight": ">=1.0.2014091000",
"request": "^2.74.0",
"twilio": "^1.6.0",
"when": "^3.x",
"lodash": "^4.15.x",
"xml2js": "^0.4.x"
},
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red-bluemix-nodes"
},
"license": "Apache-2.0",
"keywords": [
"node-red",
"bluemix",
"io",
"tcp",
"udp",
"mongodb",
"twilio",
"mqlight",
"businessrules",
"spss",
"predictive"
],
"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",
"weather": "weather/weather_insights.js",
"businessrules": "businessrules/v1.js",
"spssscoring": "spss/spssscoring.js"
}
}
}