-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
40 lines (40 loc) · 1010 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"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": "[email protected]",
"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"
}
}