crunchy/package.json
Godzil 56afce02ea 1.1.10
- Change name format to follow Plex forvourite one.
- Remplace ":" in file name to prevent issue on Windows
2016-09-10 20:22:10 +01:00

38 lines
857 B
JSON

{
"author": "Godzil",
"description": "Crunchy.js 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"
},
"version": "1.1.10",
"bin": {
"crunchy": "./bin/crunchy"
},
"dependencies": {
"big-integer": "1.4.4",
"cheerio": "0.18.0",
"commander": "2.6.0",
"mkdirp": "0.5.0",
"request": "2.53.0",
"xml2js": "0.4.5"
},
"devDependencies": {
"tsd": "0.5.7",
"tslint": "2.3.0-beta",
"typescript": "1.5.0-beta"
},
"scripts": {
"prepublish": "npm run tsd && tsc",
"test": "node ts --only-test",
"tsd": "tsd reinstall -o -s"
}
}