50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"author": "Godzil",
|
|
"description": "Crunchy is a fork of Crunchyroll.js, capable of downloading anime episodes from the popular CrunchyRoll streaming service.",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"anime",
|
|
"download",
|
|
"crunchyroll"
|
|
],
|
|
"name": "crunchy",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/Godzil/crunchyroll.js.git"
|
|
},
|
|
"engines": {
|
|
"node": ">=5.0"
|
|
},
|
|
"version": "1.1.20",
|
|
"bin": {
|
|
"crunchy": "./bin/crunchy"
|
|
},
|
|
"dependencies": {
|
|
"big-integer": "^1.4.4",
|
|
"cheerio": "^0.22.0",
|
|
"cloudscraper": "^1.4.1",
|
|
"commander": "^2.12.2",
|
|
"fs-extra": "^5.0.0",
|
|
"mkdirp": "^0.5.0",
|
|
"request": "^2.74.0",
|
|
"xml2js": "^0.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cheerio": "^0.22.6",
|
|
"@types/mkdirp": "^0.5.2",
|
|
"@types/request": "^2.0.9",
|
|
"@types/xml2js": "^0.4.2",
|
|
"tsconfig-lint": "^0.12.0",
|
|
"tslint": "^5.8.0",
|
|
"typescript": "^2.6.2"
|
|
},
|
|
"scripts": {
|
|
"prepare": "tsc",
|
|
"test": "tslint -c ./tslint.json --project ./tsconfig.json ./src/**/*.ts",
|
|
"start": "node ./bin/crunchy"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Godzil/Crunchy/issues"
|
|
}
|
|
}
|