homebridge-cozytouch-platform
Version:
Homebridge Cozytouch platform
35 lines (34 loc) • 729 B
JSON
{
"name": "homebridge-cozytouch-platform",
"version": "2.0.0",
"description": "Homebridge Cozytouch platform",
"main": "dist/index.js",
"types": "dist/index.d.js",
"keywords": [
"homebridge-plugin",
"cozytouch",
"thermor",
"sauter",
"atlantic",
"switch",
"thermostat"
],
"repository": {
"type": "git",
"url": "git://github.com/bbriatte/homebridge-cozytouch-platform.git"
},
"engines": {
"homebridge": ">=0.4.48"
},
"author": "bbriatte",
"license": "BSD",
"dependencies": {
"homebridge-base-platform": "^1.4.4",
"overkiz-api": "^2.0.0"
},
"devDependencies": {
"@types/node": "^14.6.4",
"homebridge": "1.1.7",
"typescript": "^4.6.2"
}
}