{
  "name": "easy_web_crawler",
  "version": "1.0.6",
  "description": "Web crawler wrapper around puppeteer module to simply the crawling on ajax/java script enabled pages.",
  "main": "index.js",
  "scripts": {
    "test": "node ./test/test.js",
    "doc": "documentation build doc_scaper_class.js -f html -o ./doc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vivekg13186/simple_web_crawler.git"
  },
  "keywords": [
    "web",
    "crawler",
    "web",
    "spider"
  ],
  "dependencies": {
    "better-sqlite3": "^4.1.4",
    "image-downloader": "^3.4.1",
    "lodash": "^4.17.11",
    "puppeteer": "^1.5.0-next.1531189632656"
  },
  "author": "Vivek Gangadharan <vivek13186@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vivekg13186/simple_web_crawler/issues"
  },
  "homepage": "https://github.com/vivekg13186/simple_web_crawler#readme"
}
