UNPKG

homebridge-soundtouch-platform-jdetle-fork

Version:
35 lines (34 loc) 734 B
{ "name": "homebridge-soundtouch-platform-jdetle-fork", "version": "1.4.2-beta", "description": "Homebridge SoundTouch platform", "main": "dist/index.js", "types": "dist/index.d.js", "keywords": [ "homebridge-plugin", "soundtouch", "volume", "lighthub", "speaker", "presets", "switch", "bose" ], "repository": { "type": "git", "url": "git://github.com/bbriatte/homebridge-soundtouch-platform.git" }, "engines": { "homebridge": ">=1.0.0" }, "author": "bbriatte", "license": "BSD", "dependencies": { "homebridge-base-platform": "^1.4.4", "soundtouch-api": "^2.0.0" }, "devDependencies": { "@types/node": "^14.6.4", "homebridge": "^1.1.6" } }