node-red-contrib-netbeast
Version:
Netbeast nodes for node-red
25 lines (24 loc) • 536 B
JSON
{
"name": "node-red-contrib-netbeast",
"version": "0.0.21",
"description": "Netbeast nodes for node-red",
"homepage": "http://github.com/netbeast/node-red-contrib-netbeast",
"author": "Netbeast",
"license": "Apache-2.0",
"keywords": [
"netbeast",
"node-red",
"iot",
"flow"
],
"dependencies": {
"netbeast": "^1.0.6",
"superagent": "^1.8.3"
},
"node-red": {
"nodes": {
"netbeast": "netbeast/netbeast.js",
"netbeast-trigger": "netbeast-trigger/netbeast-trigger.js"
}
}
}