forked from UnicornTranscoder/UnicornTranscoder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 790 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 790 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": "UnicornTranscoder",
"version": "2.0.0",
"private": true,
"scripts": {
"install": "node_modules/.bin/grunt",
"start": "node ./bin/www"
},
"dependencies": {
"ar": "0.0.1",
"body-parser": "^1.18.3",
"cluster-node-cache": "^0.1.4",
"cors": "^2.8.4",
"debug": "^4.1.0",
"express": "^4.16.4",
"geoip-lite": "^1.3.3",
"getenv": "^0.7.0",
"grunt": "^1.0.3",
"grunt-mkdir": "^1.0.0",
"grunt-request-progress": "0.0.3",
"grunt-run": "^0.8.1",
"grunt-untar": "0.0.1",
"grunt-zip": "^0.18.1",
"http-proxy": "^1.16.2",
"leaky-bucket": "^2.1.1",
"redis": "^2.7.1",
"request": "^2.88.0",
"request-promise-native": "^1.0.5",
"rmfr": "^2.0.0",
"uuid": "^3.3.2",
"xml2js": "^0.4.19"
}
}