node-red-contrib-queue-gate
Version:
A gate node (with queueing) for node-RED
41 lines (40 loc) • 1.01 kB
JSON
{
"name": "node-red-contrib-queue-gate",
"version": "1.5.5",
"description": "A gate node (with queueing) for node-RED",
"license": "Apache-2.0",
"author": {
"name": "Michael.I. Bell"
},
"contributors": [
{
"name": "Simon Walters",
"url": "https://github.com/cymplecy"
},
{
"name": "Colin Law",
"url": "https://github.com/colinl"
}
],
"e-mail": "dr.m.i.bell@gmail.com",
"dependencies": {},
"keywords": [
"node-red",
"gate",
"flow control",
"queue"
],
"bugs": {
"url": "https://github.com/drmibell/node-red-contrib-queue-gate/issues"
},
"homepage": "https://github.com/drmibell/node-red-contrib-queue-gate",
"node-red": {
"nodes": {
"q-gate": "q-gate.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/drmibell/node-red-contrib-queue-gate.git"
}
}