mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Move Smooth node to function folder to better reflect it's category.
(as suggested by Paul)
This commit is contained in:
23
function/smooth/package.json
Normal file
23
function/smooth/package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name" : "node-red-node-smooth",
|
||||
"version" : "0.0.1",
|
||||
"description" : "A Node-RED node that provides several simple smoothing algorithms for incoming data values.",
|
||||
"dependencies" : {
|
||||
},
|
||||
"repository" : {
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/analysis/smooth"
|
||||
},
|
||||
"license": "Apache",
|
||||
"keywords": [ "node-red", "smooth", "average" ],
|
||||
"node-red" : {
|
||||
"nodes" : {
|
||||
"smooth": "17-smooth.js"
|
||||
}
|
||||
},
|
||||
"author": {
|
||||
"name": "Dave Conway-Jones",
|
||||
"email": "ceejay@vnet.ibm.com",
|
||||
"url": "http://nodered.org"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user