-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 821 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
38
39
40
{
"name": "play-music-at-coup",
"description": "Play music at co.up coworking Berlin.",
"version": "0.3.0",
"main": "index.js",
"bin": {
"coup-play": "./bin.js"
},
"files": [
"index.js",
"bin.js",
"lib"
],
"keywords": [
"co.up",
"coup",
"berlin",
"music",
"airplay",
"airtunes",
"apple tv"
],
"author": "Jannis R <mail@jannisr.de>",
"homepage": "https://github.com/derhuerst/play-music-at-coup",
"repository": "derhuerst/play-music-at-coup",
"bugs": "https://github.com/derhuerst/play-music-at-coup/issues",
"license": "ISC",
"engines": {
"node": ">=6"
},
"dependencies": {
"airplay-protocol": "^2.0.2",
"ansi-diff-stream": "^1.2.0",
"ansi-escapes": "^3.0.0",
"chalk": "^2.3.0",
"flatten-overlapping-ranges": "^0.1.1",
"mri": "^1.1.0",
"window-size": "^1.1.0"
}
}