27 lines
676 B
JSON
27 lines
676 B
JSON
{
|
|
"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": {}
|
|
}
|