-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.09 KB
/
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
41
42
43
44
45
46
{
"name": "@marcus-j-davies/node-red-semaphore-plus",
"version": "3.4.0",
"license": "MIT",
"description": "An advanced set of semaphore Nodes for Node RED, with a dynamic fail-safe",
"keywords": [
"node-red",
"semaphore",
"control",
"single",
"lock",
"release",
"take",
"reset",
"plus",
"advanced",
"queue"
],
"dependencies": {
"@shopify/semaphore": "3.0.2"
},
"engines": {
"node": ">=16.0.0"
},
"node-red": {
"version": ">=2.0.0",
"nodes": {
"semaphore-plus-take": "nodes/semaphore-plus-take.js",
"semaphore-plus-release": "nodes/semaphore-plus-release.js",
"semaphore-plus-fs-reset": "nodes/semaphore-plus-fs-reset.js",
"semaphore-plus-config": "nodes/semaphore-plus-config.js"
}
},
"bugs": {
"url": "https://github.com/marcus-j-davies/node-red-semaphore-plus/issues"
},
"homepage": "https://github.com/marcus-j-davies/node-red-semaphore-plus#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/marcus-j-davies/node-red-semaphore-plus.git"
},
"author": {
"name": "Marcus Davies",
"email": "[email protected]"
}
}