forked from ngomile/anigrab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.18 KB
/
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
40
41
42
43
44
45
46
47
{
"name": "anigrab",
"version": "1.8.6",
"description": "Free and fast open source anime downloader",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ngomile/anigrab.git"
},
"keywords": [
"anime",
"free",
"extractor",
"animepahe",
"gogoanime",
"animeout",
"downloader"
],
"author": "Noel Gomile",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/ngomile/anigrab/issues"
},
"homepage": "https://github.com/ngomile/anigrab#readme",
"dependencies": {
"brotli": "^1.3.2",
"cheerio": "^1.0.0-rc.3",
"cloudscraper": "^4.6.0",
"crypto-js": "^4.0.0",
"flat-cache": "^2.0.1",
"fuzzball": "^1.3.0",
"hcaptcha-solver": "^1.0.2",
"request": "^2.88.2",
"request-promise": "^4.2.5",
"tough-cookie-filestore": "0.0.1",
"yargs": "^15.3.1"
},
"bin": {
"anigrab": "./src/cli/index.js"
},
"devDependencies": {
"prettier": "2.0.5"
}
}