-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 988 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
{
"bugs": {
"url": "https://github.com/kixass/homebridge-mediabox-xl/issues"
},
"path": "",
"dependencies": {
"ping": "^0.2.2",
"util": "^0.10.3",
"sleep": "^5.1.1"
},
"description": "Homebridge plugin for Ziggo Mediabox XL",
"devDependencies": {},
"directories": {},
"engines": {
"homebridge": ">=0.2.0",
"node": ">=0.12.0"
},
"keywords": [
"homebridge",
"homebridge-plugin",
"ziggo",
"mediabox",
"mediabox-xml",
"homebridge-mediabox-xl"
],
"license": "UNLICENSED",
"main": "index.js",
"author": "KixAss <[email protected]> (https://github.com/KixAss/)",
"name": "homebridge-mediabox-xl",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/kixass/homebridge-mediabox-xl.git"
},
"version": "0.0.3",
"homepage": "https://github.com/kixass/homebridge-mediabox-xl#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}