{
  "name": "manga-scraper",
  "description": "Get a json representation of references to manga and manga images from mangafox-like websites' CDNs",
  "version": "0.2.0",
  "dependencies": {
    "express": "^4.13.0",
    "commander": "2.8.1",
	"async": "^1.3.0",
    "request": "^2.58.0",
    "vhost": "^3.0.0",
    "cheerio": "^0.19.0",
    "URIjs": "^1.15.1",
    "node-monkey": "^0.2.15",
    "bluebird": "^2.9.27",
    "jsonfile": "^2.0.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tadachi/manga-scraper"
  },
  "keywords": [
    "Manga",
    "Scrape",
    "Scraper",
    "MangaFox",
    "Manga Fox"
  ],
  "preferGlobal": "true",
  "bin": {
    "mangascraper" : "index.js"
  },
  "author": "Takumi Adachi <takumiadachi@gmail.com> (http://www.takbytes.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tadachi/manga-scraper/issues"
  }
}
