-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·57 lines (57 loc) · 1.37 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
{
"name": "homebridge-davis",
"version": "1.0.0",
"description": "Homebridge plugin that allows you to integrate your Davis WeatherLink Live station API.",
"main": "index.js",
"homepage": "https://github.com/BKeyport/homebridge-davis",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Brendan Keyport",
"url": "https://github.com/bkeyport/"
},
"contributors": [
{
"name": "Phillip Moon (Original Code)",
"url": "https://github.com/pmoon00/"
},
{
"name": "Jón Tómas Grétarsson (Original Code)",
"url": "https://github.com/jontg/"
},
{
"name": "Stephen Schwetz (Data for testing airlink)",
"url": "https://github.com/sschwetz/"
}
],
"license": "MIT",
"keywords": [
"homebridge-plugin",
"homebridge",
"homebridge-davisweatherlinklive",
"homebridge-davis",
"temperature",
"humidity",
"davis weatherlink live",
"davis weatherlink"
],
"engines": {
"homebridge": "^1.6.0 || ^2.0.0-beta.0",
"node": "^18.20.4 || ^20.15.1"
},
"repository": {
"type": "git",
"url": "https://github.com/bkeyport/homebridge-davisfixed.git"
},
"dependencies": {
"request": "^2.87.0"
},
"funding": {
"type" : "individual",
"url" : "http://bkeyport.mystrikingly.com"
},
"bugs": {
"url": "https://github.com/BKeyport/homebridge-davis/issues"
}
}