{
  "name": "crawler-js",
  "description": "Opensource Framework Crawler in Node.js",
  "homepage" : "http://github.com/CrawlerJS/CrawlerJS",
  "version": "2.0.10",
  "keywords": [
    "crawler",
    "scrapy",
    "hacker",
    "crawlers",
    "robots",
    "robot",
    "dom",
    "extraction",
    "nsa",
    "bigdata"
  ],
  "bugs": {"url":"http://github.com/CrawlerJS/CrawlerJS/issues", "email":"rodrigorizando@gmail.com"},
  "main": "index.js",
  "author": "Rodrigo Matheus <rodrigorizando@gmail.com>",
  "repository":{
    "type": "git",
    "url": "git://github.com/CrawlerJS/CrawlerJS.git"
  },
  "dependencies": {
    "csvtojson": "0.3.11",
    "request": ">=2.68.0",
    "cheerio": "0.13.1",
    "mongoq": "0.2.3",
    "querystring": "0.2.0"
  },
  "license": "ISC"
}