homebridge-vizio-smartcast
Version:
Homebridge plugin to control Vizio Smartcast TVs.
27 lines (26 loc) • 668 B
JSON
{
"name": "homebridge-vizio-smartcast",
"version": "0.9.4",
"description": "Homebridge plugin to control Vizio Smartcast TVs.",
"main": "index.js",
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"keywords": [
"homebridge-plugin", "vizio", "smartcast"
],
"repository": {
"type": "git",
"url": "https://gitlab.com/ajw/homebridge-vizio-smartcast.git"
},
"author": "ajw@ajw.io",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/ajw/homebridge-vizio-smartcast/issues"
},
"homepage": "https://gitlab.com/ajw/homebridge-vizio-smartcast#README.md",
"dependencies": {
"vizio-smart-cast": "*"
}
}