20 lines
485 B
JSON
20 lines
485 B
JSON
{
|
|
"name": "homecontrol-control-base",
|
|
"version": "1.3.1",
|
|
"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"
|
|
}
|
|
}
|