@ncd-io/node-red-enterprise-sensors
Version:
You can install this library through the Palette Manager in Node-Red's UI.
44 lines (43 loc) • 908 B
JSON
{
"name": "@ncd-io/node-red-enterprise-sensors",
"version": "1.2.3",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ncd-io/node-red-enterprise-sensors"
},
"keywords": [
"Wireless",
"NCD",
"Sensors",
"Digi",
"node-red",
"enterprise"
],
"author": "Jacob Youngblood",
"contributors": [
{
"name": "Trey Felton"
},
{
"name": "Anil Bhaskar"
},
{
"name": "Travis Elliott"
}
],
"license": "MIT",
"node-red": {
"version": ">=2.0.0",
"nodes": {
"ncd-wireless": "wireless.js"
}
},
"dependencies": {
"ncd-red-comm": "2.0.3"
}
}