-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.14 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
{
"name": "music",
"version": "2.0.0",
"private": true,
"main": "bin/www",
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"async": "^2.1.1",
"body-parser": "^1.15.2",
"caller-id": "^0.1.0",
"colors": "^1.1.2",
"compression": "^1.6.2",
"config": "^1.21.0",
"connect-datadog": "0.0.9",
"connect-session-knex": "^1.2.0",
"cookie-parser": "^1.4.3",
"dateformat": "^1.0.12",
"debug": "^2.2.0",
"express": "^4.13.4",
"express-minify-html": "^0.6.0",
"express-rate-limit": "^2.5.0",
"express-session": "^1.14.1",
"express-ws": "^2.0.0",
"fluent-ffmpeg": "^2.1.0",
"gm": "^1.23.0",
"hbs": "~4.0.0",
"htmlencode": "0.0.4",
"knex": "0.20.9",
"less-middleware": "1.0.x",
"md5-file": "^4.0.0",
"morgan": "^1.7.0",
"mysql": "^2.11.1",
"node-ffprobe": "^1.2.2",
"node-minify": "^1.3.9",
"passport": "^0.3.2",
"passport-google-oauth": "^1.0.0",
"passport-twitter": "^1.0.4",
"request": "^2.79.0",
"serve-favicon": "^2.3.0",
"spdy": "^3.4.4",
"uuid": "^2.0.3",
"weighted": "^0.3.0",
"youtube-dl": "^1.11.1"
}
}