forked from andreypopov/node-red-contrib-wirenboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·41 lines (41 loc) · 1006 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
{
"author": {
"name": "Andrey Popov",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/andreypopov/node-red-contrib-wirenboard/issues/"
},
"bundleDependencies": false,
"dependencies": {
"mqtt": "^4.2.6",
"multiple-select": "^1.5.2",
"request": "^2.88.2"
},
"deprecated": false,
"description": "Wiren Board connectivity nodes for node-red",
"homepage": "https://github.com/andreypopov/node-red-contrib-wirenboard",
"keywords": [
"wirenboard",
"wb",
"node-red"
],
"license": "GPL-3.0",
"name": "node-red-contrib-wirenboard",
"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"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/andreypopov/node-red-contrib-wirenboard.git"
},
"version": "3.7.6"
}