2015-04-23 15:31:08 +02:00
|
|
|
{
|
|
|
|
"name" : "node-red-node-pidcontrol",
|
2016-11-06 21:26:19 +01:00
|
|
|
"version" : "0.0.4",
|
2015-04-23 15:31:08 +02:00
|
|
|
"description" : "A Node-RED node that that provides a simple PID controller.",
|
|
|
|
"dependencies" : {
|
|
|
|
"node-pid-controller": "0.0.3"
|
|
|
|
},
|
|
|
|
"repository" : {
|
|
|
|
"type":"git",
|
2021-11-02 16:22:30 +01:00
|
|
|
"url":"https://github.com/node-red/node-red-nodes.git",
|
|
|
|
"directory": "tree/master/function/PID"
|
2015-04-23 15:31:08 +02:00
|
|
|
},
|
2015-05-29 15:58:34 +02:00
|
|
|
"license": "Apache-2.0",
|
2015-04-23 15:31:08 +02:00
|
|
|
"keywords": [ "node-red", "PID", "control" ],
|
|
|
|
"node-red" : {
|
|
|
|
"nodes" : {
|
|
|
|
"PID control": "pidcontrol.js"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "Dave Conway-Jones",
|
|
|
|
"email": "ceejay@vnet.ibm.com",
|
|
|
|
"url": "http://nodered.org"
|
|
|
|
}
|
|
|
|
}
|