yamaha-moto-scraper
Version:
Yamaha.es moto scraping tool
28 lines (27 loc) • 511 B
JSON
{
"name": "yamaha-moto-scraper",
"version": "1.0.0",
"description": "Yamaha.es moto scraping tool",
"main": "index.js",
"scripts": {
"test": "mocha",
"start": "node scrape.js"
},
"keywords": [
"scraping",
"yamaha",
"moto",
"scooter",
"request"
],
"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"
}
}