forked from ebaauw/homebridge-zp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.04 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
{
"name": "homebridge-zp",
"description": "Homebridge plugin for Sonos Zone Players",
"displayName": "Homebridge ZP",
"author": "Erik Baauw",
"license": "Apache-2.0",
"version": "1.0.42-0",
"keywords": [
"homebridge-plugin",
"homekit",
"sonos",
"zoneplayer",
"sonos-zp",
"sonos-zoneplayer"
],
"main": "index.js",
"bin": {
"zp": "cli/zp.js"
},
"engines": {
"homebridge": "^1.1.0",
"node": "^12.19.0"
},
"dependencies": {
"chalk": "^4.1.0",
"debug": "^4.2.0",
"he": "^1.2.0",
"homebridge-lib": "^4.7.16",
"xml2js": "~0.4.23"
},
"scripts": {
"prepare": "standard",
"test": "standard && echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ebaauw/homebridge-zp.git"
},
"bugs": {
"url": "https://github.com/ebaauw/homebridge-zp/issues"
},
"homepage": "https://github.com/ebaauw/homebridge-zp#readme",
"funding": {
"type": "paypal",
"url": "https://www.paypal.me/ebaauw/EUR"
}
}