2015-01-23 14:34:10 +01:00
|
|
|
{
|
|
|
|
"name" : "node-red-node-rbe",
|
2018-02-08 16:51:57 +01:00
|
|
|
"version" : "0.2.1",
|
2015-01-23 14:34:10 +01:00
|
|
|
"description" : "A Node-RED node that provides report-by-exception (RBE) and deadband capability.",
|
|
|
|
"dependencies" : {
|
|
|
|
},
|
|
|
|
"repository" : {
|
|
|
|
"type":"git",
|
|
|
|
"url":"https://github.com/node-red/node-red-nodes/tree/master/function/rbe"
|
|
|
|
},
|
2015-05-29 15:58:34 +02:00
|
|
|
"license": "Apache-2.0",
|
2015-01-23 14:34:10 +01:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|