homebridge-onkyo-avr
Version:
Homebridge module for the Onkyo AVR TX-NR609
35 lines (34 loc) • 879 B
JSON
{
"name": "homebridge-onkyo-avr",
"version": "0.2.37",
"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 <gw.wiscon@gmail.com> (http://)",
"license": "ISC",
"bugs": {
"url": "https://github.com/gw-wiscon/homebridge-onkyo-avr/issues"
},
"homepage": "https://github.com/gw-wiscon/homebridge-onkyo-avr#readme"
}