forked from tmpim/shitty.dl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 907 Bytes
/
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
{
"name": "shittydl",
"version": "1.1.4",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"coderain": "^1.1.0",
"es6-promisify": "^5.0.0",
"express-busboy": "^6.0.1",
"express-handlebars": "^3.0.0",
"express-prom-bundle": "^2.2.0",
"express-session": "^1.15.6",
"express-static-gzip": "^0.2.2",
"express": "^4.15.2",
"file-type": "^7.6.0",
"filesize": "^3.5.11",
"fs-finder": "^1.8.1",
"handlebars-helpers": "^0.8.1",
"helper-dateformat": "^1.0.0",
"highlights": "^3.1.1",
"language-lua": "^0.9.3",
"lodash": "^4.17.4",
"moment": "^2.20.1",
"paginator": "^1.0.0",
"read-chunk": "^2.1.0",
"sanitize-filename": "^1.6.1",
"session-file-store": "^1.2.0"
}
}