-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 1.66 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
{
"_from": "homebridge-samsungtvht",
"_inBundle": false,
"_location": "/homebridge-samsungtvht",
"name": "homebridge-samsungtvht",
"displayName": "Homebridge Samsung TV HT",
"description": "Add your Samsung TV (UE40D5000 and similar models) and Home Theater (HT-D5500 and similar models) to HomeKit",
"author": "jsiegenthaler (https://github.com/jsiegenthaler/)",
"version": "1.0.14",
"platformname": "samsungtvht",
"dependencies": {
"samsung-remote": "^1.6.2"
},
"deprecated": false,
"engines": {
"homebridge": "^1.7.0",
"node": "^20.11.0"
},
"homepage": "https://github.com/jsiegenthaler/homebridge-samsungtvht#readme",
"keywords": [
"homebridge",
"homebridge-plugin",
"Samsung",
"Samsung TV",
"Samsung HT",
"Samsung TVHT",
"Samsung Television",
"Samsung Receiver",
"Samsung Home Theater",
"Samsung Home Theatre",
"Receiver",
"Home Theater",
"Home Theatre",
"UE40D5000",
"HT-D5500",
"D5000",
"D5500",
"D6500"
],
"license": "MIT",
"main": "index.js",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git+https://github.com/jsiegenthaler/homebridge-samsungtvht.git"
},
"bugs": {
"url": "https://github.com/jsiegenthaler/homebridge-samsungtvht/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"
}
}