forked from snowdd1/homebridge-knx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (55 loc) · 1.18 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
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "homebridge-knx",
"version": "0.3.2",
"description": "homebridge shim for KNX home automation.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "echo \"Error: configure and run homebridge to start\" && exit 1"
},
"engines": {
"node": ">4.0.0",
"homebridge": ">=0.4.9"
},
"repository": {
"type": "git",
"url": "https://github.com/snowdd1/homebridge-knx.git"
},
"keywords": [
"homebridge-plugin",
"homebridge",
"KNX",
"knx",
"knxd",
"eibd", "EIB",
"Siri"
],
"dependencies": {
"eibd": "^0.3.5",
"debug": "^2.3.0"
},
"author": {
"name": "Raoul",
"e-mail": "<[email protected]>",
"url": "https://github.com/snowdd1"
},
"contributors": [
{
"name": "EIBHomeControl",
"url": "https://github.com/EIBHomeControl"
},
{
"name": "Michael",
"url": "https://github.com/misc2000"
},
{
"name": "bytefactory73",
"url": "https://github.com/bytefactory73"
}
],
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/snowdd1/homebridge-knx/issues"
},
"homepage": "https://github.com/snowdd1/homebridge-knx"
}