-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 937 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
35
36
37
38
39
{
"name": "refine-manhuaren",
"description": "Refine Manhuaren is an extractor to extract Manhuaren comics.",
"version": "1.3.0",
"author": "leesei <leesei@gmail.com>",
"bin": "./cli.js",
"bugs": {
"url": "https://github.com/leesei/refine-manhuaren/issues"
},
"dependencies": {
"chalk": "^1.1.3",
"java.io": "^2.1.1",
"lodash.groupby": "^4.4.0",
"progress": "^1.1.8",
"shelljs": "^0.7.0",
"yargs": "^6.6.0",
"zip-folder": "^1.0.0"
},
"devDependencies": {},
"engine": {
"node": ">= 6.0.0"
},
"homepage": "https://github.com/leesei/refine-manhuaren#readme",
"keywords": [
"comics",
"extractor",
"manhuaren"
],
"license": "MIT",
"main": "index.js",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git+https://github.com/leesei/refine-manhuaren.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}