2014-09-20 10:26:09 +02:00
|
|
|
{
|
|
|
|
"name" : "node-red-node-smooth",
|
2018-01-30 22:42:14 +01:00
|
|
|
"version" : "0.1.0",
|
2014-09-20 10:26:09 +02:00
|
|
|
"description" : "A Node-RED node that provides several simple smoothing algorithms for incoming data values.",
|
|
|
|
"dependencies" : {
|
|
|
|
},
|
|
|
|
"repository" : {
|
|
|
|
"type":"git",
|
2016-05-02 20:21:39 +02:00
|
|
|
"url":"https://github.com/node-red/node-red-nodes/tree/master/function/smooth"
|
2014-09-20 10:26:09 +02:00
|
|
|
},
|
2015-05-29 15:58:34 +02:00
|
|
|
"license": "Apache-2.0",
|
2015-10-11 18:47:08 +02:00
|
|
|
"keywords": [ "node-red", "smooth", "average", "standard deviation" ],
|
2014-09-20 10:26:09 +02:00
|
|
|
"node-red" : {
|
|
|
|
"nodes" : {
|
|
|
|
"smooth": "17-smooth.js"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "Dave Conway-Jones",
|
|
|
|
"email": "ceejay@vnet.ibm.com",
|
|
|
|
"url": "http://nodered.org"
|
|
|
|
}
|
|
|
|
}
|