homebridge-panasonic-viera-tv
Version:
A Homebridge plugin for Panasonic Viera TV's. Written to support the new Homekit TV accessory.
34 lines (33 loc) • 820 B
JSON
{
"name": "homebridge-panasonic-viera-tv",
"version": "0.2.7",
"description": "A Homebridge plugin for Panasonic Viera TV's. Written to support the new Homekit TV accessory.",
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"homekit",
"homebridge-plugin",
"panasonic-tv",
"panasonic",
"viera"
],
"engines": {
"homebridge": ">=0.4.46"
},
"author": {
"name": "George Nick Gorzynski"
},
"repository": {
"type": "git",
"url": "git://github.com/g30r93g/homebridge-panasonic"
},
"dependencies": {
"http": "0.0.0",
"request": "^2.88.0",
"viera.js": "0.1.5",
"fast-xml-parser": "3.12.16"
}
}