22 lines
548 B
JSON
22 lines
548 B
JSON
{
|
|
"name": "hc-rcswitch",
|
|
"version": "1.0.0",
|
|
"description": "rcswitch integration for Homecontrol",
|
|
"main": "HCrcswitch.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.literalchaos.de/jan/hc-rcswitch"
|
|
},
|
|
"author": "Jan Scheiper",
|
|
"license": "UNLICENSED",
|
|
"dependencies": {
|
|
"homecontrol-control-base": "git+https://git.literalchaos.de/jan/homecontrol-control-base.git"
|
|
},
|
|
"optionalDependencies": {
|
|
"rcswitch": "^0.3.1"
|
|
}
|
|
}
|