-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
64 lines (64 loc) · 1.48 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"private": false,
"displayName": "Homebridge Smart Irrigation",
"name": "homebridge-smart-irrigation",
"version": "1.7.2",
"description": "Adaptive Climate (evapotranspiration) based multi-zone irrigation control of sprinklers with homekit controls. Push and email notification options of start and completion of watering cycles along with weather information.",
"license": "MIT",
"_requiredBy": [
"#USER"
],
"repository": {
"type": "git",
"url": "https://github.com/MTry/homebridge-smart-irrigation.git"
},
"bugs": {
"url": "https://github.com/MTry/homebridge-smart-irrigation/issues"
},
"homepage": "https://github.com/MTry/homebridge-smart-irrigation#readme",
"engines": {
"homebridge": ">=0.4.50",
"node": ">=10.0.0"
},
"main": "index.js",
"type": "module",
"scripts": {
"test": "standard",
"lint": "eslint . --ext .js"
},
"keywords": [
"homebridge-plugin",
"irrigation",
"sprinkler",
"adaptive",
"weather",
"climate",
"valve",
"homekit",
"evapotranspiration",
"watering",
"pushover",
"pushcut",
"ETo",
"control",
"outdoor",
"dummy",
"garden",
"automation",
"email"
],
"author": {
"name": "Mayank Tandon"
},
"devDependencies": {
"eslint": "^7.24.0",
"standard": "*"
},
"dependencies": {
"got": ">=11.8.5",
"node-persist": ">=3.1.0",
"node-schedule": ">=2.1.0",
"nodemailer": ">=6.7.7",
"pushover-js": ">=1.3.1"
}
}