UNPKG

node-red-contrib-repeat

Version:

Limit the number of times a message is allowed to pass through the node before it is discarded

26 lines (25 loc) 534 B
{ "name": "node-red-contrib-repeat", "version": "0.0.27", "repository": { "type": "git", "url": "https://github.com/arnauorriols/node-red-contrib-repeat" }, "description": "Limit the number of times a message is allowed to pass through the node before it is discarded", "keywords": [ "node-red", "loop", "repeat", "repetitions", "iterator" ], "author": "Arnau Orriols", "license": "MIT", "node-red": { "nodes": { "repeat": "lib/repeat.js" } }, "dependencies": { } }