forked from Josecc/Caracal
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.2 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.2 KB
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
{
"name": "caracal",
"description": "Light multimedia server",
"version": "4.0.0",
"homepage": "https://github.com/SINTEF-9012/Caracal",
"dependencies": {
"async": "~2.1.5",
"body-parser": "^1.17.2",
"bower": "~1.8.0",
"bronze": "^0.2.2",
"compression": "~1.6.2",
"connect-redis": "^3.3.0",
"cookie-parser": "^1.4.3",
"cors": "~2.8.1",
"express": "~4.14.1",
"express-session": "^1.15.3",
"fluent-ffmpeg": "^2.1.0",
"follow-redirects": "~1.2.1",
"formidable": "~1.1.1",
"gm": "~1.23.0",
"human-readable-ids": "^1.0.1",
"mime": "~1.3.4",
"morgan": "~1.8.1",
"nedb": "~1.8.0",
"node-fetch": "^1.7.1",
"passport": "^0.3.2",
"redis": "^2.7.1",
"shortid": "^2.2.6",
"sillyid": "^0.2.0",
"temp": "~0.8.3"
},
"license": "MIT",
"keywords": [
"multimedia",
"video",
"file",
"thumbnail",
"resizing",
"converting",
"cache",
"proxy"
],
"repository": {
"type": "git",
"url": "https://github.com/SINTEF-9012/Caracal.git"
},
"scripts": {
"start": "node server.js",
"postinstall": "node node_modules/bower/bin/bower cache clean && node node_modules/bower/bin/bower install"
}
}