UNPKG

scrap

Version:

A simple screen scraper module that uses jQuery style semantics.

44 lines (43 loc) 774 B
{ "name": "scrap", "version": "0.1.0", "description": "A simple screen scraper module that uses jQuery style semantics.", "homepage": [ "" ], "repository": { "type": "git", "url": "git@github.com:jprichardson/node-scrap.git" }, "keywords": [ "screen", "scraping", "scraper", "jquery", "harvesting", "screen scraping", "cheerio", "request", "http", "html" ], "author": "JP Richardson <jprichardson@gmail.com>", "licenses": [ { "type": "MIT", "url": "" } ], "dependencies": { "request": "*", "cheerio": "0.10.4" }, "devDependencies": { "autoresolve": "0.0.3", "buffet": "~0.4.6" }, "main": "./lib/scrap.js", "scripts": { "test": "mocha test" } }