node-red-contrib-rate-avg
Version:
An average producing rate-limiter for node-red
32 lines (31 loc) • 763 B
JSON
{
"name": "node-red-contrib-rate-avg",
"version": "0.0.3",
"description": "An average producing rate-limiter for node-red",
"dependencies": {
},
"keywords": [
"node-red",
"average",
"rate",
"ratelimit",
"ratelimiter",
"delay",
"count",
"round"
],
"node-red": {
"version": ">=1.0.0",
"nodes": {
"rate-avg" : "rate-avg.js"
}
},
"license": "MIT",
"author": {
"name": "peturdainn",
"email": "petur@lunda.be",
"url": "https://github:peturdainn"
},
"repository": "github:peturdainn/node-red-contrib-rate-avg",
"bugs": "https://github.com/peturdainn/node-red-contrib-rate-avg/issues"
}