hc-tasmota/package.json
2020-02-16 18:06:07 +01:00

20 lines
542 B
JSON

{
"name": "hc-tasmota",
"version": "1.0.0",
"description": "A plugin to support the communication with Tasmota devices via http",
"main": "HCTasmota.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@git.literalchaos.de:jan/hc-tasmota.git"
},
"author": "Jan Scheiper",
"license": "UNLICENSED",
"dependencies": {
"axios": "^0.19.2",
"homecontrol-control-base": "git+https://git.literalchaos.de/jan/homecontrol-control-base.git"
}
}