hc-meross-smartplug/package.json
2021-12-22 10:03:00 +01:00

20 lines
527 B
JSON

{
"name": "hc-meross-smartplug",
"version": "1.0.0",
"description": "Meross Plugin for Homecontrol",
"main": "HCMeross.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@git.literalchaos.de:jan/hc-meross-smartplug.git"
},
"author": "Jan Scheiper",
"license": "UNLICENSED",
"dependencies": {
"homecontrol-control-base": "git+https://git.literalchaos.de/jan/homecontrol-control-base.git",
"meross-local": "^1.0.0"
}
}