-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
executable file
·42 lines (42 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
{
"author": {
"name": "Andrey Popov",
"email": "[email protected]"
},
"name": "node-red-contrib-wirenboard",
"description": "Wirenboard connectivity nodes for node-red",
"version": "3.11.0",
"dependencies": {
"mqtt": "^5.9.0",
"request": "^2.88.2"
},
"keywords": [
"wirenboard",
"wb",
"node-red"
],
"license": "GPL",
"node-red": {
"nodes": {
"in": "nodes/in.js",
"get": "nodes/get.js",
"out": "nodes/out.js",
"button": "nodes/button.js",
"motor": "nodes/motor.js",
"server": "nodes/server.js",
"api": "api.js"
},
"version": ">=1.3.0"
},
"homepage": "https://github.com/andreypopov/node-red-contrib-wirenboard",
"bugs": {
"url": "https://github.com/andreypopov/node-red-contrib-wirenboard/issues/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andreypopov/node-red-contrib-wirenboard.git"
},
"engines": {
"node": ">=12.0.0"
}
}