forked from gw-wiscon/homebridge-onkyo-avr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 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
{
"name": "homebridge-onkyo-avr",
"version": "0.2.35",
"description": "Homebridge module for the Onkyo AVR TX-NR609",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gw-wiscon/homebridge-onkyo-avr.git"
},
"dependencies": {
"eiscp": "git://github.com/tillbaks/node-eiscp.git",
"polling-to-event": "^2.0.2",
"request": "^2.69.0"
},
"keywords": [
"homebridge-plugin",
"homebridge",
"onkyo-avr",
"onkyo"
],
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"author": "gw-wiscon <[email protected]> (http://)",
"license": "ISC",
"bugs": {
"url": "https://github.com/gw-wiscon/homebridge-onkyo-avr/issues"
},
"homepage": "https://github.com/gw-wiscon/homebridge-onkyo-avr#readme"
}