mangafetcher
Version:
Manga downloader/fetcher for devs
43 lines (42 loc) • 898 B
JSON
{
"name": "mangafetcher",
"preferGlobal": true,
"version": "1.6.2",
"description": "Manga downloader/fetcher for devs",
"main": "app.coffee",
"dependencies": {
"async": "~0.2.9",
"commander": "~2.0.0",
"lodash": "~2.2.0",
"request": "~2.27.0",
"moment": "~2.3.1",
"cheerio": "~0.12.3",
"cli-color": "~0.2.3",
"coffee-script": "~1.6.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/phatograph/mangafetcher.git"
},
"author": "Phat Wangrungarun",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/phatograph/mangafetcher/issues"
},
"bin": {
"mangafetcher": "bin/mangafetcher"
},
"keywords": [
"manga",
"cli",
"tools",
"http"
],
"engines": {
"node": ">=0.10.21"
}
}