UNPKG

node-red-contrib-calculate

Version:
17 lines 581 B
{ "name" : "node-red-contrib-calculate", "version" : "0.1.4", "description" : "A calculating node for node-red", "dependencies": { }, "keywords": [ "node-red", "calculating", "average", "max", "min", "median", "delay", "messagecount" ], "node-red" : { "nodes": { "calculate": "calculate/calculate.js" } }, "license": "Apache", "author": "Gustaf Ridderstolpe", "repository": "github:obrut/node-red-contrib-calculate", "bugs": "https://github.com/obrut/node-red-contrib-calculate/issues" }