A node web scraper that downloads books from Safaribooks.com

package.json 321B

    { "name": "betabot-scraper", "version": "0.0.1", "description": "Web scraping scripts for the Betabot project", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified yet\" && exit 1" }, "author": "James Peret", "license": "ISC", "dependencies": { "nightmare": "^2.4.1" } }