-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 894 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 894 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
{
"name": "@friendsincode/node-red-hap-controller",
"version": "0.0.6",
"description": "",
"author": "friendsincode",
"license": "MIT",
"bugs": {
"url": "https://github.com/friendsincode/node-red-hap-controller/issues"
},
"engines": {
"node": ">=18.0.0"
},
"node-red": {
"version": ">=2.0.0",
"nodes": {
"homekit-pairing-data": "homekit-pairing-data.js",
"homekit-discovery": "homekit-discovery.js",
"homekit-identify": "homekit-identify.js",
"homekit-pair": "homekit-pair.js",
"homekit-unpair": "homekit-unpair.js",
"homekit-device": "homekit-device.js",
"custom-websocket": "custom-websocket.js",
"homekit-accessories-get": "homekit-accessories-get.js"
}
},
"dependencies": {
"hap-controller": "^0.9.3",
"node-json-db": "^2.2.0",
"ws": "^8.13.0"
},
"keywords": [
"node-red"
]
}