{ "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.2.2", "bin": { "crunchy": "./bin/crunchy", "crunchy.sh": "./bin/crunchy.sh" }, "dependencies": { "big-integer": "^1.6.27", "bluebird": "^3.5.1", "cheerio": "^0.22.0", "cloudscraper": "^1.5.0", "commander": "^2.15.1", "fs-extra": "^5.0.0", "mkdirp": "^0.5.0", "request": "^2.85.0", "request-promise": "^4.2.2", "xml2js": "^0.4.5" }, "devDependencies": { "@types/bluebird": "^3.5.20", "@types/request-promise": "^4.1.41", "@types/cheerio": "^0.22.7", "@types/mkdirp": "^0.5.2", "@types/request": "^2.47.0", "@types/xml2js": "^0.4.2", "tsconfig-lint": "^0.12.0", "tslint": "^5.9.1", "typescript": "^2.8.1" }, "scripts": { "prepublishOnly": "npm run build", "build": "tsc", "test": "tslint --project .", "start": "node ./bin/crunchy" }, "bugs": { "url": "https://github.com/Godzil/Crunchy/issues" } }