1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00
node-red-nodes/function/rbe/package.json
Dave Conway-Jones f069788062
Fix Rbe menu option for NarrowbandEq
bump overall packages
2020-01-14 22:11:57 +00:00

24 lines
670 B
JSON

{
"name" : "node-red-node-rbe",
"version" : "0.2.8",
"description" : "A Node-RED node that provides report-by-exception (RBE) and deadband capabilities.",
"dependencies" : {
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/function/rbe"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "rbe", "bandgap", "deadband" ],
"node-red" : {
"nodes" : {
"rbe": "rbe.js"
}
},
"author": {
"name": "Dave Conway-Jones",
"email": "ceejay@vnet.ibm.com",
"url": "http://nodered.org"
}
}