-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
49 lines (49 loc) · 1.11 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
{
"name": "homebridge-music",
"description": "Homebridge plugin for iTunes with Airplay speakers",
"displayName": "Homebridge Music",
"version": "0.4.41",
"maintainers": [
"ebaauw"
],
"author": "Erik Baauw",
"license": "Apache-2.0",
"keywords": [
"homebridge-plugin"
],
"main": "index.js",
"engines": {
"homebridge": "^1.8.3",
"node": "20.15.0||^20||^18"
},
"os": [
"darwin"
],
"dependencies": {
"applescript": "^1.0.0",
"homebridge-lib": "~6.7.4",
"is-my-json-valid": "^2.20.6"
},
"scripts": {
"prepare": "standard && (cd scripts; make catalina)",
"test": "standard && echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ebaauw/homebridge-music.git"
},
"bugs": {
"url": "https://github.com/ebaauw/homebridge-music/issues"
},
"homepage": "https://github.com/ebaauw/homebridge-music#readme",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/ebaauw"
},
{
"type": "paypal",
"url": "https://www.paypal.me/ebaauw/EUR"
}
]
}