forked from NorthernMan54/homebridge-yamaha-home
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.05 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-home",
"version": "0.1.11",
"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-home.git"
},
"preferGlobal": true,
"keywords": [
"homebridge-plugin",
"YamahaAVR",
"Yamaha"
],
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.5"
},
"dependencies": {
"bonjour": "^=3.5.0",
"core-util-is": "^1.0.1",
"debug": "^2.2.0",
"inherits": "^2.0.1",
"ip": "^=1.1.5",
"q": "1.4.x",
"request": "2.85.x",
"util": "^0.10.x",
"yamaha-nodejs": ">=0.9.0"
},
"author": "neonightmare <[email protected]> (https://github.com/neonightmare)",
"license": "ISC",
"bugs": {
"url": "https://github.com/NorthernMan54/homebridge-yamaha-home/issues"
},
"homepage": "https://github.com/NorthernMan54/homebridge-yamaha-home#readme"
}