-
Notifications
You must be signed in to change notification settings - Fork 119
/
package.json
54 lines (54 loc) · 1.31 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
50
51
52
53
54
{
"name": "groovebasin",
"description": "Music player server with a web-based interface inspired by Amarok 1.4",
"author": "Andrew Kelley <[email protected]>",
"version": "1.5.1",
"license": "MIT",
"engines": {
"node": ">=0.10.20"
},
"bin": {
"groovebasin": "lib/server.js"
},
"repository": {
"type": "git",
"url": "git://github.com/andrewrk/groovebasin.git"
},
"dependencies": {
"connect-static": "~1.5.0",
"content-disposition": "~0.5.0",
"cookies": "~0.5.0",
"curlydiff": "~2.0.1",
"express": "~4.12.3",
"findit2": "~2.2.3",
"googleapis": "~2.0.3",
"groove": "~2.5.0",
"httpolyglot": "~0.1.1",
"keese": "~1.1.1",
"lastfm": "~0.9.2",
"leveldown": "~2.1.1",
"mess": "~0.1.2",
"mkdirp": "~0.5.1",
"multiparty": "~4.1.2",
"music-library-index": "~2.1.0",
"mv": "~2.0.3",
"osenv": "~0.1.0",
"pend": "~1.2.0",
"semver": "~4.3.4",
"serve-static": "~1.9.3",
"yauzl": "~2.10.0",
"yawl": "~1.0.2",
"yazl": "~2.4.1",
"ytdl-core": "~0.8.1"
},
"devDependencies": {
"browserify-lite": "~0.2.4",
"human-size": "~1.1.0",
"stylus": "~0.49.3"
},
"scripts": {
"start": "node lib/server.js",
"build": "npm install && ./build",
"dev": "npm run build && node lib/server.js --verbose"
}
}