{ "name": "homebridge-automation", "version": "1.0.0", "description": "Homebridge plugin to expose and cast spotify playlists via the homekit app.", "main": "bin/index.js", "scripts": { "build": "tsc", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "ssh://git@watsonb8.ddns.net:2122/home/homebridge-automation.git" }, "engines": { "homebridge": ">=0.4.21", "node": ">=7.6.0" }, "keywords": [ "homebridge-plugin", "homebridge", "machine learning" ], "author": "Brandon Watson", "license": "ISC", "dependencies": { "@types/bonjour": "^3.5.5", "@types/inflection": "^1.5.28", "@types/request-promise": "^4.1.44", "@types/request-promise-native": "^1.0.16", "bonjour": "^3.5.0", "decamelize": "^3.2.0", "inflection": "^1.12.0", "request": "^2.88.0", "request-promise-native": "^1.0.7", "source-map-support": "^0.5.13" } }