summaryrefslogtreecommitdiff
path: root/package.json
blob: b8b580fc61a1467ac5cf0fe5322262a41b3271e0 (plain)
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
55
56
57
{
  "name": "groovebasin",
  "description": "Music player server with a web-based interface inspired by Amarok 1.4",
  "author": "Andrew Kelley <superjoe30@gmail.com>",
  "version": "1.4.0",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://raw.github.com/andrewrk/groovebasin/master/LICENSE"
    }
  ],
  "engines": {
    "node": ">=0.10.20"
  },
  "bin": {
    "groovebasin": "lib/server.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/andrewrk/groovebasin.git"
  },
  "dependencies": {
    "connect-static": "~1.3.1",
    "cookies": "~0.5.0",
    "curlydiff": "~2.0.1",
    "express": "~4.9.7",
    "groove": "~2.2.6",
    "keese": "~1.0.4",
    "lastfm": "~0.9.2",
    "leveldown": "~1.0.0",
    "mess": "~0.1.2",
    "mkdirp": "~0.5.0",
    "multiparty": "~4.0.0",
    "music-library-index": "~1.2.2",
    "mv": "~2.0.3",
    "osenv": "~0.1.0",
    "pend": "~1.1.3",
    "semver": "~4.1.0",
    "serve-static": "~1.7.0",
    "ws": "~0.4.32",
    "yazl": "~2.0.2",
    "ytdl-core": ">=0.2.4",
    "findit2": "~2.2.2",
    "content-disposition": "~0.5.0",
    "yauzl": "~2.1.0"
  },
  "devDependencies": {
    "stylus": "~0.49.1",
    "browserify-lite": "~0.2.3",
    "human-size": "~1.1.0"
  },
  "scripts": {
    "start": "node lib/server.js",
    "build": "npm install && ./build",
    "dev": "npm run build && node lib/server.js --verbose"
  }
}