-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
48 lines (48 loc) · 1.19 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
{
"_from": "homebridge-ziggo-next",
"_id": "[email protected]",
"_inBundle": false,
"_location": "/homebridge-ziggo-next",
"author": {
"name": "KixAss",
"email": "[email protected]",
"url": "https://github.com/KixAss/"
},
"bugs": {
"url": "https://github.com/KixAss/homebridge-ziggo-next/issues"
},
"bundleDependencies": false,
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"ip": "^=1.1.5",
"mqtt": "^3.0.0",
"node-fetch": "^2.3.0",
"request-promise": "^4.2.5",
"underscore": "^1.9.2"
},
"deprecated": false,
"description": "homebridge-plugin - Add Ziggo Mediabox Next to Homekit",
"engines": {
"homebridge": ">=0.2.5",
"node": ">=0.12.0"
},
"homepage": "https://github.com/KixAss/homebridge-ziggo-next#readme",
"keywords": [
"homebridge-plugin",
"Ziggo",
"Mediabox"
],
"license": "UNLICENSED",
"main": "index.js",
"name": "homebridge-ziggo-next",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git+https://github.com/KixAss/homebridge-ziggo-next.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.1.1"
}