UNPKG

homebridge-tado-platform

Version:
67 lines (66 loc) 1.56 kB
{ "name": "homebridge-tado-platform", "version": "6.0.14", "description": "homebridge-tado-platform", "main": "index.js", "funding": [ { "type": "paypal", "url": "https://paypal.me/seydx" }, { "type": "kofi", "url": "https://ko-fi.com/seydx" }, { "type": "github", "url": "https://github.com/sponsors/seydx" } ], "scripts": { "lint": "eslint --fix ." }, "repository": { "type": "git", "url": "git+https://github.com/SeydX/homebridge-tado-platform.git" }, "author": "SeydX (https://github.com/SeydX/homebridge-tado-platform)", "license": "MIT", "bugs": { "url": "https://github.com/SeydX/homebridge-tado-platform/issues" }, "homepage": "https://github.com/SeydX/homebridge-tado-platform#readme", "keywords": [ "tado", "thermostat", "homebridge", "homebridge-plugin", "plugin", "boiler", "presence", "heat" ], "engines": { "node": ">=12.18.3", "homebridge": "^1.1.6" }, "dependencies": { "@homebridge/plugin-ui-utils": "^0.0.19", "fakegato-history": "^0.6.1", "form-data": "^4.0.0", "fs-extra": "^10.0.0", "got": "^11.8.2", "moment": "^2.29.1", "simple-oauth2": "^4.2.0" }, "devDependencies": { "@babel/core": "7.14.3", "@babel/eslint-parser": "7.14.3", "@babel/eslint-plugin": "7.13.16", "eslint": "^7.26.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.23.2", "eslint-plugin-prettier": "^3.4.0", "prettier": "^2.3.0" } }