forked from NRCHKB/node-red-contrib-homekit-bridged
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.29 KB
/
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
42
43
44
45
46
47
48
49
50
{
"name": "node-red-contrib-homekit-bridged",
"version": "0.8.0",
"description": "Node-RED nodes to simulate Apple HomeKit devices.",
"main": "homekit.js",
"scripts": {
"test": "mocha --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NRCHKB/node-red-contrib-homekit-bridged.git"
},
"keywords": [
"homekit",
"hap-nodejs",
"node-red",
"iot",
"homebridge",
"home"
],
"node-red": {
"nodes": {
"homekit": "homekit.js"
}
},
"author": "Marius Schmeding, Oliver Rahner, Shaquu",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/NRCHKB/node-red-contrib-homekit-bridged/issues"
},
"homepage": "https://github.com/NRCHKB/node-red-contrib-homekit-bridged#readme",
"dependencies": {
"child_process": "1.0.2",
"debug": "4.1.1",
"fs": "0.0.2",
"hap-nodejs": "0.5.0",
"ip": "1.1.5",
"net": "1.0.2",
"os": "0.1.1"
},
"devDependencies": {
"assert": "2.0.0",
"eslint": "^6.5.1",
"mocha": "6.2.1",
"node-red": "1.0.1",
"node-red-node-test-helper": "^0.2.3",
"prettier": "^1.18.2",
"should": "^13.2.3"
}
}