forked from NorthernMan54/homebridge-yamaha-zone-tv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1 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
{
"name": "homebridge-yamaha-zone-tv",
"version": "0.1.23",
"description": "homebridge-plugin for Yamaha AVR https://github.com/nfarina/homebridge",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NorthernMan54/homebridge-yamaha-zone-tv.git"
},
"preferGlobal": true,
"keywords": [
"homebridge-plugin",
"YamahaAVR",
"Yamaha"
],
"engines": {
"node": ">=9.3.0",
"homebridge": ">=0.4.48"
},
"dependencies": {
"bonjour": "^=3.5.0",
"core-util-is": "^1.0.1",
"debug": "^4.1.1",
"inherits": "^2.0.1",
"ip": "^=1.1.5",
"q": "^1.5.1",
"request": "^2.88.0",
"util": "^0.12.0",
"yamaha-nodejs": "^0.9.1"
},
"author": "NorthernMan54",
"license": "ISC",
"bugs": {
"url": "https://github.com/NorthernMan54/homebridge-yamaha-zone-tv/issues"
},
"homepage": "https://github.com/NorthernMan54/homebridge-yamaha-zone-tv#readme"
}