-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
40 lines (40 loc) · 893 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
35
36
37
38
39
40
{
"name": "homebridge-automation-switches",
"author": {
"name": "Michael Froehlich"
},
"version": "3.2.1",
"description": "A platform for automation switches for HomeKit via Homebridge",
"license": "MIT",
"main": "src/index.js",
"keywords": [
"homebridge-plugin",
"automation",
"periodic",
"switch",
"switches"
],
"repository": {
"type": "git",
"url": "git://github.com/grover/homebridge-automation-switches.git"
},
"bugs": {
"url": "http://github.com/grover/homebridge-automation-switches/issues"
},
"engines": {
"node": ">=9.3.0",
"homebridge": ">=0.4.36"
},
"dependencies": {
"clone": "^2.1.1",
"node-persist": "^0.0.11",
"suncalc": "^1.8.0"
},
"devDependencies": {
"eslint": "^4.19.1"
},
"scripts": {
"lint": "./node_modules/.bin/eslint src",
"release": "npm-github-release"
}
}