hc-milight/package.json
2019-03-02 14:45:30 +01:00

24 lines
602 B
JSON

{
"name": "hc-milight",
"version": "1.0.0",
"description": "Homecontrol plugin for milight bulbs",
"main": "HCmilight.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@git.literalchaos.de:jan/hc-milight.git"
},
"keywords": [
"homecontrol-plugin"
],
"author": "Jan Scheiper",
"license": "UNLICENSED",
"dependencies": {
"homecontrol-control-base": "git+https://git.literalchaos.de/jan/homecontrol-control-base.git",
"merge-options": "^1.0.1",
"node-milight-promise": "^0.3.2"
}
}