UNPKG

huntsman

Version:

Super configurable async web spider

55 lines (54 loc) 1.15 kB
{ "name": "huntsman", "preferGlobal": false, "private": false, "version": "0.3.0", "description": "Super configurable async web spider", "keywords": [ "spider", "crawler", "crawl", "huntsman", "robot", "aync" ], "repository": { "type": "git", "url": "git://github.com/missinglink/huntsman.git" }, "bugs": { "url": "http://github.com/missinglink/huntsman/issues" }, "author": { "name": "Peter Johnson", "email": "@insertcoffee", "url": "https://github.com/missinglink/" }, "licenses": [ { "type": "MIT", "url": "http://www.opensource.org/licenses/MIT" } ], "dependencies": { "async": "0.7.0", "cheerio": "^0.19.0", "regexemitter": "0.2.3", "semver": "3.0.1", "superagent": "0.18.0" }, "scripts": { "test": "node node_modules/mocha/bin/mocha --recursive --reporter spec --compilers coffee:coffee-script/register test" }, "devDependencies": { "mocha": "*", "should": "*", "coffee-script": "*", "breakdown": "*" }, "engines": { "node": ">0.10.0", "npm": ">1.1.x" }, "license": "MIT" }