forked from snowdd1/homebridge-knx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 1.6 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "homebridge-knx",
"version": "0.3.28",
"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": ">10.0.0",
"homebridge": ">=0.4.28"
},
"repository": {
"type": "git",
"url": "https://github.com/snowdd1/homebridge-knx.git"
},
"keywords": [
"homebridge-plugin",
"homebridge",
"KNX",
"knx",
"knxd",
"eibd",
"EIB",
"Siri"
],
"dependencies": {
"debug": "^4.1.1",
"eibd": "^0.5.0",
"knx": "^2.3.7"
},
"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"
},
{
"name": "Christof",
"url": "https://github.com/giase82"
},
{
"name": "Matevz Gacnik",
"url": "https://github.com/matevzg"
},
{
"name": "G Kuehn",
"url": "https://github.com/gkuehn001"
},
{
"name": "Paul",
"url": "https://github.com/c-o-m-m-a-n-d-e-r"
},
{
"name": "Hendrik Luehrsen",
"url": "https://github.com/Luehrsen"
},
{
"name": "Martijn Dierck X",
"url": "https://github.com/martijndierckx"
}
],
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/snowdd1/homebridge-knx/issues"
},
"homepage": "https://github.com/snowdd1/homebridge-knx"
}