homebridge-sky-q-control
Version:
Homebridge plugin for Sky Q box.
35 lines (34 loc) • 814 B
JSON
{
"name": "homebridge-sky-q-control",
"version": "0.0.4",
"description": "Homebridge plugin for Sky Q box.",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/fulviocazzanti83/homebridge-sky-q.git"
},
"keywords": [
"homebridge-plugin",
"homebridge",
"sky",
"q",
"sky-q",
"skyq"
],
"author": "Fulvio Cazzanti <ilsanto@example.com> (http://ilsanto83.xy)",
"license": "MIT",
"bugs": {
"url": "https://github.com/fulviocazzanti83/homebridge-sky-q/issues"
},
"homepage": "https://github.com/fulviocazzanti83/homebridge-sky-q#readme",
"dependencies": {
"sky-remote": "^1.1.0",
"sky-q": "^1.0.2"
},
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"devDependencies": {}
}