UNPKG

autotrader-scraper

Version:

Scraper for the vehicle marketplace, AutoTrader (UK)

38 lines (37 loc) 818 B
{ "name": "autotrader-scraper", "version": "1.0.0", "description": "Scraper for the vehicle marketplace, AutoTrader (UK)", "main": "autoscraper.js", "files": [ "autoscraper.js" ], "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/liamelgie/autotrader-scraper.git" }, "keywords": [ "autotrader", "scraper", "automation", "api" ], "author": "Liam Elgie", "license": "GPL-3.0", "bugs": { "url": "https://github.com/liamelgie/autotrader-scraper/issues" }, "homepage": "https://github.com/liamelgie/autotrader-scraper#readme", "dependencies": { "cheerio": "^1.0.0-rc.2", "nightmare": "^3.0.1", "node-fetch": "^2.3.0" }, "devDependencies": { "chai": "^4.2.0", "mocha": "^6.0.2" } }