UNPKG

homebridge-panasonic-viera-tv

Version:

A Homebridge plugin for Panasonic Viera TV's. Written to support the new HomeKit TV accessory.

37 lines (36 loc) 873 B
{ "name": "homebridge-panasonic-viera-tv", "version": "7.2.0", "description": "A Homebridge plugin for Panasonic Viera TV's. Written to support the new HomeKit TV accessory.", "license": "MIT", "main": "index.js", "scripts": { "lint-md": "remark ." }, "remarkConfig": { "plugins": ["remark-preset-lint-recommended"] }, "keywords": [ "homekit", "homebridge", "homebridge-plugin", "homebridge-panasonic", "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": { "node-upnp-subscription": ">=1.0.6", "viera.js-g30r93g": "0.3.0" } }