homebridge-soundtouch-preset
Version:
Homebridge SoundTouch Preset
25 lines (24 loc) • 562 B
JSON
{
"name": "homebridge-soundtouch-preset",
"version": "1.0.0",
"description": "Homebridge SoundTouch Preset",
"author": "CONNCTED",
"dependencies": {
"soundtouch": "3.0.2"
},
"license": "ISC",
"keywords": [
"homebridge-plugin", "soundtouch", "homekit", "siri", "bose"
],
"repository": {
"type": "git",
"url": "git://github.com/CONNCTED/homebridge-soundtouch.git"
},
"bugs": {
"url": "http://github.com/CONNCTED/homebridge-soundtouch/issues"
},
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.4.9"
}
}