2020-04-09 01:02:08 +00:00
|
|
|
{
|
|
|
|
"name": "homebridge-flux",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"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-flux.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"homebridge-plugin",
|
|
|
|
"Hue",
|
|
|
|
"f.lux",
|
|
|
|
"typescript"
|
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"homebridge": ">=0.4.21",
|
|
|
|
"node": ">=7.6.0"
|
|
|
|
},
|
|
|
|
"author": "Brandon Watson",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"homebridge": "^0.4.53",
|
|
|
|
"node-hue-api": "^4.0.5"
|
2020-04-09 01:36:02 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^13.11.1"
|
2020-04-09 01:02:08 +00:00
|
|
|
}
|
2020-04-09 01:36:02 +00:00
|
|
|
}
|