-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 1004 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-jewish-calendar",
"displayName": "Homebridge Jewish Calendar Virtual Sensors",
"homepage": "https://github.com/scorpionmit01/homebridge-jewish-calendar",
"bugs": "https://github.com/scorpionmit01/homebridge-jewish-calendar/issues",
"engines": {
"homebridge": ">0.4.53",
"node": ">=10.17.0"
},
"version": "1.1.1",
"description": "HomeBridge Plugin that establishes a block of sensors related to events on the Jewish Calendar that you may use in your automation projects.",
"main": "index.js",
"keywords": [
"homebridge-plugin",
"hoobs-plugin",
"hebcal",
"jewish",
"calendar"
],
"repository": {
"type": "git",
"url": "https://github.com/scorpionmit01/homebridge-jewish-calendar.git"
},
"author": {
"name": "Alex Hochberger",
"email": "[email protected]",
"url": "https://floridastrategicconsulting.com/"
},
"license": "MIT",
"dependencies": {
"he-date": "^1.2.2",
"suncalc": "^1.8.0"
}
}