homebridge-hue-chase/package.json
2019-12-30 19:21:55 -05:00

34 lines
830 B
JSON

{
"name": "homebridge-hue-chase",
"version": "1.0.0",
"description": "A Phillips Hue add on for creating chase sequences.",
"main": "bin/index.js",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://git@watsonb8.ddns.net:2122/home/homebridge-hue-chase.git"
},
"keywords": [
"homebridge-plugin",
"homebridge",
"homekit",
"hue",
"phillips",
"typescript"
],
"author": "Brandon Watson",
"license": "ISC",
"engines": {
"homebridge": ">=0.4.21",
"node": ">=7.6.0"
},
"dependencies": {
"@types/node-hue-api": "^2.3.0",
"homebridge": "^0.4.50",
"node-hue-api": "^4.0.0"
}
}