forked from mmende/homebridge-samsungtv-control
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 909 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
{
"name": "homebridge-samsungtv-2014",
"version": "1.2.4",
"description": "Homebridge Samsung TV plugin to control things like channel, volume etc on < 2014 Samsung TVs.",
"contributors": [
{
"name": "Dustin D. Clark",
"email": "[email protected]"
},
{
"name": "Martin Mende",
"email": "[email protected]"
}
],
"author": "CONNCTED",
"dependencies": {
"samsung-remote": "^1.5.2"
},
"license": "ISC",
"keywords": [
"homebridge-plugin",
"samsung"
],
"repository": {
"type": "git",
"url": "https://github.com/dustindclark/homebridge-samsungtv-2014.git"
},
"bugs": {
"url": "https://github.com/dustindclark/homebridge-samsungtv-2014/issues"
},
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"funding": {
"type" : "paypal",
"url" : "https://paypal.me/dustinclark04"
}
}