-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 832 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
{
"name": "@background404/node-red-contrib-queue",
"version": "0.0.2",
"description": "Node-RED node for handling queues",
"main": "node/queue.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=14.0.0"
},
"node-red": {
"version": ">=1.3.7",
"nodes": {
"@background404_queue": "node/queue.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/404background/node-red-contrib-queue.git"
},
"keywords": [
"node-red",
"queue"
],
"author": "background404",
"license": "MIT",
"bugs": {
"url": "https://github.com/404background/node-red-contrib-queue/issues"
},
"homepage": "https://github.com/404background/node-red-contrib-queue#readme"
}