hc-schalkematrix/package.json
2020-12-22 23:45:41 +01:00

19 lines
540 B
JSON

{
"name": "hc-schalkematrix",
"version": "1.0.0",
"description": "A homecontrol control which interfaces with the LED matrix panel I made",
"main": "HCschalkematrix.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@git.literalchaos.de:jan/hc-schalkematrix.git"
},
"author": "Jan Scheiper",
"license": "UNLICENSED",
"dependencies": {
"homecontrol-control-base": "git+https://git.literalchaos.de/jan/homecontrol-control-base.git"
}
}