-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.05 KB
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
{
"name": "forked-daapd-homebridge-middleware",
"description": "A middleware for provisioning common use cases of forked-daapd's HTTP API to homebridge",
"keywords": [
"music",
"radio",
"AirPlay",
"speaker",
"multiroom",
"audio",
"api",
"middleware",
"forked-daapd",
"homebridge",
"plugin",
"playlist"
],
"version": "1.2.4",
"scripts": {
"start": "node ./bin/www",
"dev-server": "DEBUG=* nodemon ./bin/www"
},
"bin": {
"forked-daapd-homebridge-middleware": "./bin/www"
},
"dependencies": {
"debug": "~2.6.9",
"es6-promise": "^4.2.6",
"express": "~4.16.0",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.11",
"morgan": "~1.9.0",
"winston": "^3.2.1"
},
"devDependencies": {
"nodemon": "^1.18.10"
},
"author": "Patrick Pittich-Rinnerthaler <patrick@pittich-rinnerthaler.de> (https://www.pittich-rinnerthaler.de)",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/moecre/forked-daapd-homebridge-middleware.git"
}
}