homebridge-tado-ac
Version:
tado° Smart AC Control plugin for homebridge: https://github.com/nfarina/homebridge
54 lines (53 loc) • 1.16 kB
JSON
{
"name": "homebridge-tado-ac",
"version": "4.1.2",
"repository": {
"type": "git",
"url": "git://github.com/nitaybz/homebridge-tado-ac.git"
},
"description": "tado° Smart AC Control plugin for homebridge: https://github.com/nfarina/homebridge",
"license": "MIT",
"keywords": [
"homebridge-plugin",
"tado",
"air conditioner",
"tado ac",
"smart ac"
],
"bugs": {
"url": "https://github.com/nitaybz/homebridge-tado-ac/issues"
},
"homepage": "https://github.com/nitaybz/homebridge-tado-ac#readme",
"engines": {
"node": ">=15.0.0",
"homebridge": ">=1.5.0"
},
"dependencies": {
"axios": "^1.6.7",
"fakegato-history": "^0.5.6",
"node-persist": "^3.1.3",
"qs": "^6.11.2"
},
"devDependencies": {
"eslint": "^7.1.0"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": ""
},
"funding": [
{
"type": "paypal",
"url": "https://paypal.me/nitaybz"
},
{
"type": "patreon",
"url": "https://www.patreon.com/nitaybz"
},
{
"type": "kofi",
"url": "https://ko-fi.com/nitaybz"
}
]
}