homecontrol-control-base/package.json
2020-02-16 17:36:29 +01:00

20 lines
485 B
JSON

{
"name": "homecontrol-control-base",
"version": "1.2.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",
"node-object-hash": "^1.4.1"
}
}