homebridge-evohome
Version:
Honeywell Evohome support for Homebridge: https://github.com/nfarina/homebridge
34 lines (33 loc) • 761 B
JSON
{
"displayName": "Homebridge Evohome",
"name": "homebridge-evohome",
"version": "0.11.2",
"description": "Honeywell Evohome support for Homebridge: https://github.com/nfarina/homebridge",
"license": "ISC",
"keywords": [
"homebridge-plugin",
"evohome",
"honeywell"
],
"repository": {
"type": "git",
"url": "git://github.com/luc-ass/homebridge-evohome.git"
},
"bugs": {
"url": "https://github.com/luc-ass/homebridge-evohome/issues"
},
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.3.1"
},
"dependencies": {
"lodash": ">=4.17.13",
"moment": "^2.18.1",
"q": "~1.5.1",
"request": ">=2.68.0",
"fakegato-history": ">=0.6.1"
},
"devDependencies": {
"prettier": "3.4.2"
}
}