homebridge-automation/package.json

38 lines
1.0 KiB
JSON
Raw Normal View History

2019-09-01 19:25:53 +00:00
{
"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",
2019-09-03 01:39:08 +00:00
"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"
}
2019-09-01 19:25:53 +00:00
}