UNPKG

899 BJSONView Raw
1{
2 "name": "mangafetcher",
3 "preferGlobal": true,
4 "version": "1.10.0",
5 "description": "Manga downloader/fetcher for devs",
6 "main": "app.coffee",
7 "dependencies": {
8 "async": "~0.2.9",
9 "commander": "~2.0.0",
10 "lodash": "~2.2.0",
11 "request": "~2.27.0",
12 "moment": "~2.3.1",
13 "cheerio": "~0.12.3",
14 "cli-color": "~0.2.3",
15 "coffee-script": "~1.6.3"
16 },
17 "devDependencies": {},
18 "scripts": {
19 "test": "echo \"Error: no test specified\" && exit 1"
20 },
21 "repository": {
22 "type": "git",
23 "url": "git://github.com/phatograph/mangafetcher.git"
24 },
25 "author": "Phat Wangrungarun",
26 "license": "BSD-2-Clause",
27 "bugs": {
28 "url": "https://github.com/phatograph/mangafetcher/issues"
29 },
30 "bin": {
31 "mangafetcher": "bin/mangafetcher"
32 },
33 "keywords": [
34 "manga",
35 "cli",
36 "tools",
37 "http"
38 ],
39 "engines": {
40 "node": ">=0.10.21"
41 }
42}