-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.21 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
{
"name": "ghostgrab",
"version": "1.0.0",
"description": "soulseek client for the web",
"main": "index.js",
"scripts": {
"start": "node src/app.js"
},
"browserify": {},
"repository": {
"type": "git",
"url": "git+https://github.com/misterhat/ghostgrab.git"
},
"keywords": [
"soulseek",
"javascript",
"nodejs",
"p2p",
"music",
"web"
],
"author": "Zorian Medwid <misterhat144@gmail.com>",
"license": "AGPL-3.0+",
"bugs": {
"url": "https://github.com/misterhat/ghostgrab/issues"
},
"homepage": "https://github.com/misterhat/ghostgrab#readme",
"dependencies": {
"body-parser": "^1.19.0",
"bole": "^3.0.2",
"busboy": "^0.3.1",
"client-sessions": "^0.8.0",
"compression": "^1.7.4",
"csrf": "^3.1.0",
"csurf": "^1.10.0",
"discojs": "^1.1.0",
"env-paths": "^2.2.0",
"express": "^4.16.4",
"express-slow-down": "^1.3.1",
"express-socket.io-session": "^1.3.5",
"get-artist-title": "^1.1.1",
"got": "^9.6.0",
"knex": "^0.14.0",
"mkdirp": "^0.5.1",
"node-emoji": "^1.10.0",
"socket.io": "^2.2.0",
"sqlite3": "^4.0.7",
"staticify": "^3.3.2",
"tcp-bind": "^1.2.0"
},
"devDependencies": {}
}