forked from bookyo/express-ffmpeg
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 775 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 775 Bytes
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
{
"name": "hls",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"async": "^2.6.1",
"connect-flash": "^0.1.1",
"connect-mongo": "^1.2.1",
"connect-timeout": "^1.9.0",
"cookie-parser": "~1.4.3",
"crypto": "^1.0.1",
"debug": "~2.6.9",
"express": "~4.16.0",
"express-session": "^1.13.0",
"express-validator": "^5.3.0",
"fluent-ffmpeg": "^2.1.2",
"http-errors": "~1.6.2",
"jade": "~1.11.0",
"jimp": "^0.5.0",
"jsonwebtoken": "^8.2.2",
"moment": "^2.22.2",
"mongoose": "^5.1.3",
"morgan": "~1.9.0",
"multer": "^1.1.0",
"node-sprite-generator": "^0.10.2",
"redis": "^2.8.0",
"sharp": "^0.20.8",
"underscore": "^1.9.1"
}
}