homebridge-gardena-lawnmower
Version:
Gets about lawnmowers from the gardena cloud.
38 lines (37 loc) • 931 B
JSON
{
"name": "homebridge-gardena-lawnmower",
"version": "0.0.6",
"author": "Red Indian",
"description": "Gets about lawnmowers from the gardena cloud.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT",
"engines": {
"homebridge": ">=0.2.0",
"node": ">=0.12.0"
},
"keywords": [
"homebridge-plugin",
"lawn mower",
"gardena",
"automower",
"homekit"
],
"dependencies": {
"homebridge": ">=0.2.0",
"json-query": "^2.2.2",
"request": "^2.65.0",
"request-promise-native": "^1.0.5"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/redindian/homebridge-gardena-lawnmower.git"
},
"bugs": {
"url": "https://github.com/redindian/homebridge-gardena-lawnmower/issues"
},
"homepage": "https://github.com/redindian/homebridge-gardena-lawnmower#readme"
}