-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 784 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 784 Bytes
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
{
"name": "node-red-contrib-hal",
"version": "1.4.2",
"description": "A set of nodes to help with basic home automation logic",
"repository": {
"type": "git",
"url": "git+https://github.com/flic/node-red-contrib-hal.git"
},
"keywords": [
"node-red",
"home-automation",
"iot"
],
"author": "Fredrik Furtenbach",
"license": "ISC",
"bugs": {
"url": "https://github.com/flic/node-red-contrib-hal/issues"
},
"node-red": {
"nodes": {
"hal-config": "core/hal-config.js",
"hal-item": "core/hal-item.js",
"hal-value": "core/hal-value.js",
"hal-event": "core/hal-event.js",
"hal-gate": "core/hal-gate.js",
"hal-bundle": "core/hal-bundle.js"
}
},
"dependencies": {
"mqtt-pattern": "^1.2.0"
}
}