homebridge-musiccast-tv
Version:
Homebridge plugin for Yamaha MusicCast devices
36 lines (35 loc) • 832 B
JSON
{
"name": "homebridge-musiccast-tv",
"version": "1.8.1",
"description": "Homebridge plugin for Yamaha MusicCast devices",
"main": "index.js",
"engines": {
"node": ">=8.15.0",
"homebridge": ">=0.4.49"
},
"dependencies": {
"request": "^2.80"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/DoctorNSA/homebridge-musiccast-tv.git"
},
"keywords": [
"homebridge-plugin",
"homebridge",
"MusicCast",
"yamaha",
"tv",
"homekit"
],
"author": "Doctor NSA",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/DoctorNSA/homebridge-musiccast-tv/issues"
},
"homepage": "https://github.com/DoctorNSA/homebridge-musiccast-tv#readme"
}