-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
102 lines (102 loc) · 2.25 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "homebridge-eosstb",
"displayName": "Homebridge EOSSTB",
"description": "Add your set-top box to Homekit (for Telenet BE, Sunrise CH, UPC SK, Virgin Media GB & IE, Ziggo NL)",
"author": "Jochen Siegenthaler (https://github.com/jsiegenthaler/)",
"version": "2.3.5-beta.2",
"platformname": "eosstb",
"dependencies": {
"axios-cookiejar-support": "^5.0.3",
"axios": "^1.7.7",
"debug": "^4.3.7",
"mqtt": "^5.10.1",
"qs": "^6.13.0",
"semver": "^7.6.3",
"tough-cookie": "^5.0.0",
"ws": "^8.18.0"
},
"deprecated": false,
"engines": {
"homebridge": "^1.8.4||^2.0.0-beta",
"node": "^20.18.0"
},
"homepage": "https://github.com/jsiegenthaler/homebridge-eosstb#readme",
"keywords": [
"homebridge",
"homebridge-plugin",
"HomeKit",
"UPC CH",
"UPC Switzerland",
"UPC Schweiz",
"UPC Suisse",
"UPC TV",
"UPC TV Box",
"Sunrise UPC CH",
"Sunrise UPC Switzerland",
"Sunrise UPC Schweiz",
"Sunrise UPC Suisse",
"Sunrise UPC TV",
"Sunrise UPC TV Box",
"Sunrise CH",
"Sunrise Switzerland",
"Sunrise Schweiz",
"Sunrise Suisse",
"Sunrise TV",
"Sunrise TV Box",
"Ziggo",
"Ziggo Next",
"Telenet",
"Telenet TV",
"Virgin",
"Virginmedia",
"Virgin Media 360",
"Virgin TV 360",
"TV360",
"360 Box",
"Mediabox",
"Media-box",
"EOSSTB",
"EOS STB",
"EOS2STB",
"EOS2 STB",
"Horizon",
"Horizon TV",
"Arris",
"DCX960",
"VIP5002W",
"HUMAX",
"2008C",
"2008CSTB",
"2008C-STB",
"2008C-STB-TN",
"EOS1008R",
"APLSTB"
],
"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": "kofi",
"url": "https://ko-fi.com/jsiegenthaler"
},
{
"type": "github",
"url": "https://github.com/sponsors/jsiegenthaler"
}
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}