-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
executable file
·46 lines (46 loc) · 967 Bytes
/
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
{
"name": "homebridge-signalk",
"displayName": "Signal K",
"version": "1.6.0",
"description": "Signal K plugin for Homebridge",
"license": "ISC",
"author": "Christian Wegerhoff <[email protected]>",
"contributors": [
{
"name": "Scott Bender",
"email": "[email protected]"
}
],
"keywords": [
"homebridge-plugin",
"signalk",
"empirbus",
"empirbusnxt",
"victron",
"venus",
"shelly",
"switching",
"boat",
"marine"
],
"repository": {
"type": "git",
"url": "git://github.com/Krillle/homebridge-signalk.git"
},
"bugs": {
"url": "https://github.com/Krillle/homebridge-signalk/issues"
},
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"dependencies": {
"debug": "^4.0.0",
"http": "^0.0.0",
"key-file-storage": "^2.2.10",
"lodash": "^4.17.21",
"request": "^2.88.0",
"url": "^0.11.0",
"ws": "^4.0.0"
}
}