-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 863 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
41
{
"name": "@sergeybrook/node-red-contrib-sb-utils",
"version": "0.1.0",
"description": "Node-RED utility nodes",
"keywords": [
"node-red",
"counter",
"gate",
"pulse",
"queue",
"router",
"watchdog"
],
"license": "MIT",
"author": {
"name": "Sergey Brook",
"email": "brook.sergey@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/SergeyBrook/node-red-contrib-sb-utils.git"
},
"bugs": {
"url": "https://github.com/SergeyBrook/node-red-contrib-sb-utils/issues"
},
"dependencies": {},
"engines": {
"node": ">=12.0.0"
},
"node-red": {
"version": ">=1.0.0",
"nodes": {
"sb-counter": "nodes/sb-counter.js",
"sb-gate": "nodes/sb-gate.js",
"sb-pulse": "nodes/sb-pulse.js",
"sb-queue": "nodes/sb-queue.js",
"sb-router": "nodes/sb-router.js",
"sb-watchdog": "nodes/sb-watchdog.js"
}
}
}