homecontrol-control-base/package.json
2019-01-25 16:14:16 +01:00

19 lines
451 B
JSON

{
"name": "homecontrol-control-base",
"version": "1.0.0",
"description": "Base class which all hc-controls inherit from",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@git.literalchaos.de:jan/homecontrol-control-base.git"
},
"author": "Jan Scheiper",
"license": "UNLICENSED",
"dependencies": {
"merge-options": "^1.0.1"
}
}