pimatic-esp-climate
Version:
Pimatic Plugin to Provide devices for ESPimatic based sensors
52 lines (51 loc) • 1.13 kB
JSON
{
"name": "pimatic-esp-climate",
"description": "Pimatic Plugin to Provide devices for ESPimatic based sensors",
"author": {
"name": "Danny Wigmans"
},
"main": "esp-climate",
"files": [
"esp-climate.coffee",
"esp-climate-config-schema.coffee",
"device-config-schema.coffee",
"devices",
"actions",
"LICENSE",
"README.md"
],
"keywords": [
"Climate",
"ESPimatic",
"Pimatic"
],
"version": "0.0.1",
"homepage": "https://github.com/sentzu01/pimatic-esp-climate",
"repository": {
"type": "git",
"url": "git://github.com/sentzu01/pimatic-esp-climate.git"
},
"license": "AGPL-3.0",
"configSchema": "esp-climate-config-schema.coffee",
"dependencies": {
"decl-api": "0.0.24",
"pimatic-plugin-commons": "^0.9.8"
},
"optionalDependencies": {},
"peerDependencies": {
"pimatic": ">=0.8.0 <1.0.0"
},
"engines": {
"node": ">= 4",
"npm": ">1.1.x"
},
"bugs": {
"url": "https://github.com/sentzu01/pimatic-wakeuplight/issues"
},
"maintainers": [
{
"name": "sentzu01",
"email": "sentzu01@gmail.com"
}
]
}