-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 999 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 999 Bytes
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
{
"name": "homebridge-automation-calendar",
"version": "0.1.1",
"description": "Useful calendar information for HomeKit automations (seasons, week of the year, month of the year, morning twilight/sunrise/daytime/sunset/evening twilight/night)",
"license": "ISC",
"keywords": [
"homebridge-plugin"
],
"author": {
"name": "Paolo Tremadio"
},
"repository": {
"type": "git",
"url": "git://github.com/paolotremadio/homebridge-automation-calendar.git"
},
"bugs": {
"url": "http://github.com/paolotremadio/homebridge-automation-calendar/issues"
},
"engines": {
"node": ">=6.0.0",
"homebridge": ">=0.4.0"
},
"dependencies": {
"date-season": "^0.0.2",
"debug": "^4.1.1",
"moment": "^2.27.0",
"suncalc": "^1.8.0"
},
"devDependencies": {
"eslint": "^4.16.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0"
},
"scripts": {
"lint": "./node_modules/eslint/bin/eslint.js . --ext .js"
}
}