hc-philipshue/package.json
2019-01-29 23:24:32 +01:00

20 lines
524 B
JSON

{
"name": "hc-philipshue",
"version": "1.0.0",
"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"
}
}