forked from Martvvliet/homebridge-denon-heos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 879 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
{
"name": "homebridge-sharp-aquos-tv",
"version": "3.0.1",
"description": "Sharp Aquos TV control",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/traviswparker/homebridge-sharp-tv.git"
},
"keywords": [
"homebridge",
"homebridge-plugin",
"HomeKit",
"homebridge-sharp-aquos",
"Sharp",
"Aquos",
"TV"
],
"author": "Travis Parker, Nicolas Neubauer, Mart van Vliet",
"license": "MIT",
"bugs": {
"url": "https://github.com/traviswparker/homebridge-sharp-aquos/issues"
},
"homepage": "https://github.com/traviswparker/homebridge-sharp-aquos#readme",
"engines": {
"node": ">=9.11.2",
"homebridge": ">=0.4.53",
"hap-nodejs": ">=0.4.13"
},
"dependencies": {
"telnet-client": ">=1.2.11"
}
}