20 lines
524 B
JSON
20 lines
524 B
JSON
{
|
|
"name": "hc-philipshue",
|
|
"version": "1.0.1",
|
|
"description": "Philips Hue Plugin for Homecontrol",
|
|
"main": "HCPhilipsHue.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.literalchaos.de:jan/hc-philipshue.git"
|
|
},
|
|
"author": "Jan Scheiper",
|
|
"license": "UNLICENSED",
|
|
"dependencies": {
|
|
"homecontrol-control-base": "git+https://git.literalchaos.de/jan/homecontrol-control-base.git",
|
|
"node-hue-api": "^2.4.4"
|
|
}
|
|
}
|