crunchy/package.json
2015-01-25 19:02:56 +01:00

27 lines
650 B
JSON

{
"author": "Roel van Uden",
"description": "CrunchyRoll.js is capable of downloading anime episodes from the popular CrunchyRoll streaming service.",
"keywords": [
"anime",
"download",
"crunchyroll"
],
"name": "crunchyroll",
"repository": "git://github.com/Deathspike/crunchyroll.js.git",
"version": "1.0.3",
"bin": {
"crunchyroll": "./bin/crunchyroll"
},
"dependencies": {
"big-integer": "^1.4.1",
"cheerio": "^0.18.0",
"commander": "^2.6.0",
"mkdirp": "^0.5.0",
"request": "^2.51.0",
"xml2js": "^0.4.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}