20 lines
548 B
JSON
20 lines
548 B
JSON
{
|
|
"name": "hc-tplink-smartplug",
|
|
"version": "1.0.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": "^1.1.0"
|
|
}
|
|
}
|