hc-tplink-smartplug/package.json
2019-07-16 20:44:24 +02:00

20 lines
548 B
JSON

{
"name": "hc-tplink-smartplug",
"version": "1.1.0",
"description": "TP-Link Smart Plug Plugin for Homecontrol",
"main": "HCTPLink.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@git.literalchaos.de:jan/hc-tplink-smartplug.git"
},
"author": "Jan Scheiper",
"license": "UNLICENSED",
"dependencies": {
"homecontrol-control-base": "git+https://git.literalchaos.de/jan/homecontrol-control-base.git",
"tplink-smartplug-node": "^2.0.0"
}
}