UNPKG

scrapr

Version:

A tool for getting public website content using a browser engine or http get.

38 lines (37 loc) 766 B
{ "name": "scrapr", "version": "0.0.15", "description": "A tool for getting public website content using a browser engine or http get.", "main": "scrapr.js", "repository": { "type": "git", "url": "git://github.com/renancaldas/scrapr.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Renan Caldas <renan.calda@gmail.com>", "license": "ISC", "dependencies": { "cheerio": "^0.20.0", "debug": "^2.2.0", "path": "^0.12.7", "q": "^1.4.1", "request": "^2.72.0", "slimerjs": "^0.906.1" }, "keywords": [ "scrapr", "scraper", "scraping", "crawler", "crawling", "site", "website", "web", "site", "miner", "mining", "data" ] }