24 lines
602 B
JSON
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"
|
|
}
|
|
}
|