-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 900 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 900 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
34
35
36
37
{
"name": "mfox",
"version": "0.2.0",
"description": "A cli utility for download manga from mangafox",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sebastian Hurtado",
"license": "MIT",
"dependencies": {
"@reactivex/rxjs": "^5.5.2",
"chalk": "^2.3.0",
"commander": "^2.12.1",
"del": "^3.0.0",
"gradient-string": "^1.0.0",
"jsdom": "^11.5.1",
"listr": "^0.13.0",
"log-symbols": "^2.1.0",
"node-mangafox": "0.0.9",
"pretty-bytes": "^4.0.2",
"progress": "^2.0.0",
"request-progress": "^3.0.0",
"requestretry": "^1.12.2",
"rxjs": "^5.5.2",
"simple-rss": "^1.0.0",
"webp-converter": "^2.1.6",
"yazl": "^2.4.3"
},
"bin": {
"mfox-dl": "bin/mfox-dl.js"
},
"repository": {
"type": "git",
"url": "https://github.com/sebassdc/mfox-dl.git"
}
}