UNPKG

node-red-bluemix-nodes

Version:

A collection of extra Node-RED nodes for IBM Bluemix.

46 lines (45 loc) 1.04 kB
{ "name": "node-red-bluemix-nodes", "version": "1.1.11", "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" } } }