-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
34 lines (34 loc) · 921 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "homebridge-rachio-irrigation",
"displayName": "Rachio",
"version": "1.3.7",
"description": "Rachio Irrigation System platform plugin for [Homebridge](https://github.com/nfarina/homebridge).",
"main": "index.js",
"dependencies": {
"axios": "^1.7.7"
},
"engines": {
"homebridge": "^1.8.0 || ^2.0.0-beta.0",
"node": "^18.20.0 || ^20.17.0 || ^22.8.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/valiquette/Homebridge-Rachio-Irrigation.git"
},
"keywords": [
"homebridge-plugin",
"homekit",
"rachio",
"sprinkler",
"irrigation"
],
"author": "John Valiquette",
"license": "MIT",
"bugs": {
"url": "https://github.com/valiquette/Homebridge-Rachio-Irrigation/issues"
},
"homepage": "https://github.com/valiquette/Homebridge-Rachio-Irrigation#readme"
}