-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.24 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
{
"name": "soundify",
"description": "stream tracks to devices from multiple sources",
"version": "2.0.60",
"repository": {
"type": "git",
"url": "git://github.com/jameskyburz/soundify.git"
},
"main": "index.js",
"scripts": {
"start": "node index",
"prepublish": "standard",
"docker:build": "docker build -t soundify .",
"docker:run": "docker run -d --restart=always -v /opt/soundify:/config -p 1338:1338 -e CONFIG=/config/.env -e REMOTE_SPEAKER=$REMOTE_SPEAKER --name soundify soundify"
},
"author": {
"name": "James Kyburz",
"email": "james.kyburz@gmail.com"
},
"keywords": [
"music",
"player",
"streaming",
"youtube",
"soundcloud",
"spotify"
],
"dependencies": {
"JSONStream": "1.3.1",
"cookie-cutter": "0.2.0",
"debug": "4.1.1",
"dotenv": "4.0.0",
"hyperdirect": "0.0.0",
"hyperglue": "2.0.1",
"hyperquest": "2.1.2",
"lame": "1.2.4",
"speaker": "0.3.0",
"spotify-web": "git+http://git@github.com/fuzeman/node-spotify-web.git#feature/ping-pong-fix",
"stack": "0.1.0",
"through2": "2.0.3",
"tiny-route": "2.1.2",
"youtube-audio-stream": "0.0.47"
},
"devDependencies": {
"standard": "10.0.2"
},
"license": "MIT"
}