homebridge-orbit-irrigation
Version:
Orbit Irrigation System platform plugin for [Homebridge](https://github.com/nfarina/homebridge).
42 lines (41 loc) • 1.01 kB
JSON
{
"name": "homebridge-orbit-irrigation",
"displayName": "Orbit",
"version": "1.2.40",
"description": "Orbit Irrigation System platform plugin for [Homebridge](https://github.com/nfarina/homebridge).",
"main": "index.js",
"dependencies": {
"axios": "^1.7.9",
"ws": "^8.18.0",
"reconnecting-websocket": "^4.4.0"
},
"engines": {
"homebridge": "^1.8.0 || ^2.0.0-beta.0",
"node": "^18.20.0 || ^20.18.0 || ^22.12.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/valiquette/Homebridge-Orbit-Irrigation.git"
},
"keywords": [
"homebridge-plugin",
"homekit",
"orbit",
"bhyve",
"b-hyve",
"sprinkler",
"hose timer",
"water timer",
"flood sensor",
"irrigation"
],
"author": "John Valiquette",
"license": "MIT",
"bugs": {
"url": "https://github.com/valiquette/Homebridge-Orbit-Irrigation/issues"
},
"homepage": "https://github.com/valiquette/Homebridge-Orbit-Irrigation#readme"
}