forked from jsiegenthaler/homebridge-eosstb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 1.73 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
{
"name": "homebridge-eosstb",
"displayName": "Homebridge EOSSTB",
"description": "homebridge-plugin - Add your set-top box to Homekit (for Magenta AT, Telenet BE, UPC CH, Virgin Media GB & IE, Ziggo NL)",
"author": "Jochen Siegenthaler (https://github.com/jsiegenthaler/)",
"version": "1.0.1",
"platformname": "eosstb",
"dependencies": {
"@types/tough-cookie": "^4.0.0",
"axios": "^0.21.1",
"axios-cookiejar-support": "^1.0.1",
"mqtt": "^4.2.6",
"qs": "^6.9.6",
"tough-cookie": "^4.0.0",
"underscore": "^1.12.0"
},
"deprecated": false,
"engines": {
"homebridge": ">=1.3.3",
"node": ">=14.16.0"
},
"homepage": "https://github.com/jsiegenthaler/homebridge-eosstb#readme",
"keywords": [
"homebridge",
"homebridge-plugin",
"HomeKit",
"UPC Switzerland",
"UPC Schweiz",
"UPC Suisse",
"UPC TV",
"UPC TV Box",
"Ziggo",
"Ziggo Next",
"Telenet",
"Telenet TV",
"Magenta",
"Entertain Box",
"Virgin",
"Virginmedia",
"Virgin Media 360",
"Virgin TV 360",
"TV360",
"Mediabox",
"Media-box",
"EOSSTB",
"EOS STB",
"Horizon",
"Arris",
"DCX960"
],
"license": "MIT",
"main": "index.js",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git+https://github.com/jsiegenthaler/homebridge-eosstb.git"
},
"bugs": {
"url": "https://github.com/jsiegenthaler/homebridge-eosstb/issues"
},
"funding": [
{
"type": "paypal",
"url": "https://www.paypal.com/donate?hosted_button_id=CNEDGHRUER468"
},
{
"type": "github",
"url": "https://github.com/sponsors/jsiegenthaler"
}
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}