{
  "name": "manga-dl",
  "version": "2.5.4",
  "description": "Download manga from popular scanlation sites via command line",
  "keywords": [
    "manga",
    "download",
    "comic",
    "webcomic",
    "downloader",
    "dl",
    "mangareader",
    "mangafox",
    "dynasty",
    "scans",
    "mangaeden",
    "mangapanda"
  ],
  "author": "Darius I. Karel <me@dikarel.com>",
  "dependencies": {
    "bluebird": "^3.3.5",
    "commander": "^2.9.0",
    "fast-html-parser": "^1.0.1",
    "mkdirp": "^0.5.1",
    "needle": "^1.0.0",
    "tmp": "0.0.28"
  },
  "devDependencies": {
    "better-assert": "^1.0.2",
    "istanbul": "^0.4.5",
    "nodeunit": "^0.9.1",
    "standard": "^8.0.0"
  },
  "main": "index.js",
  "scripts": {
    "test": "standard && istanbul cover nodeunit -- specs/index.js --reporter minimal"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dikarel/manga-dl.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dikarel/manga-dl/issues"
  },
  "homepage": "https://github.com/dikarel/manga-dl#readme",
  "preferGlobal": true,
  "bin": {
    "manga-dl": "./bin/manga-dl"
  }
}
