-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 872 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
{
"name": "hdl-automation-nodered",
"version": "1.9.7",
"description": "Provides control and feedback of the HDL Automation bus for Node Red https://www.hdlautomation.com/",
"main": "",
"repository": {
"type": "git",
"url": "[email protected]:haydendonald/hdl-automation-nodered.git"
},
"license": "Apache-2.0",
"keywords": [
"node-red",
"hdl",
"automation",
"hdl automation",
"bus pro",
"bus",
"pro"
],
"node-red": {
"nodes": {
"HDLNetwork": "./nodes/network.js",
"Device": "./nodes/device.js",
"Bus": "./nodes/bus.js"
}
},
"author": "Hayden Donald",
"bugs": {
"url": "https://github.com/haydendonald/hdl-automation-nodered/issues"
},
"homepage": "https://github.com/haydendonald/hdl-automation-nodered#readme",
"dependencies": {
"crc": "~3.4",
"ping": "~0.2.2"
}
}