forked from ebaauw/homebridge-ws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 879 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
{
"name": "homebridge-ws",
"description": "Homebridge plugin for virtual weather station",
"displayName": "Homebridge WS",
"author": "Erik Baauw",
"license": "Apache-2.0",
"version": "2.5.9",
"keywords": [
"homebridge-plugin",
"homekit",
"weather"
],
"main": "index.js",
"engines": {
"homebridge": "^1.3.4",
"node": "^14.17.6"
},
"dependencies": {
"homebridge-lib": "~5.1.13"
},
"scripts": {
"prepare": "standard",
"test": "standard && echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ebaauw/homebridge-ws.git"
},
"bugs": {
"url": "https://github.com/ebaauw/homebridge-ws/issues"
},
"homepage": "https://github.com/ebaauw/homebridge-ws#readme",
"funding": {
"type": "paypal",
"url": "https://www.paypal.me/ebaauw/EUR"
}
}