forked from Krillle/homebridge-signalk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·42 lines (42 loc) · 918 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
{
"name": "homebridge-signalk",
"version": "1.0.1",
"description": "Signal K plugin for homebridge: https://github.com/Krillle/homebridge-signalk",
"license": "ISC",
"author": "Christian Wegerhoff <christian.wegerhoff@icloud.com>",
"contributors": [
{
"name": "Scott Bender",
"email": "scott@scottbender.net"
}
],
"keywords": [
"homebridge-plugin",
"signalk",
"empirbus",
"empirbusnxt",
"victron",
"venus",
"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",
"lodash": "^4.17.4",
"request": "^2.88.0",
"url": "^0.11.0",
"ws": "^4.0.0"
}
}