{
  "name": "honda-moto-scrape",
  "version": "1.0.0",
  "description": "this tool scrapes data for motos and scooters (from honda.es) site and returns them as JSON object",
  "main": "scrape.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha",
    "start":"node scrape"
  },
  "keywords": ["scraper","honda","moto"],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "chai": "^3.5.0",
    "cheerio": "^0.22.0",
    "debug": "^2.6.1",
    "lodash": "^4.17.4",
    "mocha": "^3.2.0",
    "scrape-query-processor": "^1.0.3"
  }
}
