-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 923 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 923 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
33
34
35
36
37
{
"name": "node-red-contrib-hal2",
"version": "1.15.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-hal2.git"
},
"keywords": [
"node-red",
"home-automation",
"iot"
],
"author": "Fredrik Furtenbach",
"license": "ISC",
"engines": {
"node": ">=14"
},
"bugs": {
"url": "https://github.com/flic/node-red-contrib-hal2/issues"
},
"node-red": {
"version": ">=2.2.0",
"nodes": {
"hal2ThingType": "core/thingtype.js",
"hal2EventHandler": "core/eventhandler.js",
"hal2Thing": "core/thing.js",
"hal2Value": "core/value.js",
"hal2Event": "core/event.js",
"hal2Gate": "core/gate.js",
"hal2Action": "core/action.js",
"hal2Group": "core/group.js",
"hal2Log": "core/log.js"
}
},
"dependencies": {}
}