{ "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.3.6", "bin": { "crunchy": "./bin/crunchy", "crunchy.sh": "./bin/crunchy.sh" }, "dependencies": { "@types/node": "^10.3.3", "big-integer": "^1.6.31", "bluebird": "^3.5.1", "cheerio": "^0.22.0", "cloudscraper": "^1.5.0", "commander": "^2.15.1", "fs-extra": "^6.0.1", "mkdirp": "^0.5.0", "pjson": "^1.0.9", "request": "^2.87.0", "request-promise": "^4.2.2", "xml2js": "^0.4.5" }, "devDependencies": { "@types/bluebird": "^3.5.20", "@types/cheerio": "^0.22.7", "@types/fs-extra": "^5.0.3", "@types/mkdirp": "^0.5.2", "@types/request": "^2.47.1", "@types/request-promise": "^4.1.41", "@types/xml2js": "^0.4.3", "tsconfig-lint": "^0.12.0", "tslint": "^5.10.0", "typescript": "^2.9.2" }, "scripts": { "prepublishOnly": "npm run build", "compile": "tsc", "build": "tsc", "test": "tslint --project .", "start": "node ./bin/crunchy" }, "bugs": { "url": "https://github.com/Godzil/Crunchy/issues" } }