node-red-contrib-timed-counter
Version:
A Node-RED node that counts messages received in a specified limit
35 lines (33 loc) • 852 B
JSON
{
"name" : "node-red-contrib-timed-counter",
"description" : "A Node-RED node that counts messages received in a specified limit",
"keywords" : [
"node-red",
"repeat",
"counter",
"timed",
"click",
"double-click",
"timing"
],
"version" : "0.1.0",
"license" : "ISC",
"homepage" : "https://github.com/tomgidden/node-red-contrib-timed-counter#readme",
"author" : {
"name" : "Tom Gidden",
"email" : "tom@gidden.net"
},
"bugs" : {
"url" : "https://github.com/tomgidden/node-red-contrib-timed-counter/issues"
},
"repository" : {
"type" : "git",
"url" : "git+https://github.com/tomgidden/node-red-contrib-timed-counter.git"
},
"dependencies" : {},
"node-red" : {
"nodes" : {
"timed-counter" : "timed-counter.js"
}
}
}