UNPKG

node-red-contrib-msg-resend

Version:
27 lines (25 loc) 757 B
{ "name" : "node-red-contrib-msg-resend", "version" : "1.0.0", "description" : "A Node Red node to resend flow messages", "dependencies": { }, "author": { "name": "Bart Butenaers" }, "license": "Apache-2.0", "keywords": [ "node-red", "clone", "duplicate", "resend", "repeat" ], "bugs": { "url": "https://github.com/bartbutenaers/node-red-contrib-msg-resend/issues" }, "homepage": "https://github.com/bartbutenaers/node-red-contrib-msg-resend", "repository": { "type": "git", "url": "https://github.com/bartbutenaers/node-red-contrib-msg-resend.git" }, "node-red" : { "nodes": { "msg-resend": "msg_resend.js" } } }