UNPKG

audiac-scrape

Version:

A simple web scraper.

21 lines (20 loc) 404 B
{ "name": "audiac-scrape", "version": "0.2.1", "bin": "./run.js", "description": "A simple web scraper.", "main": "run.js", "dependencies": { "cheerio": "~0.15.0", "superagent": "~0.17.0" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "webscrapping" ], "author": "Ryan George", "license": "MIT" }