UNPKG

web-spider

Version:

web-spider is a simple and fast web spider written with Nodejs!

47 lines (46 loc) 1.05 kB
{ "name": "web-spider", "version": "0.3.1", "license": "MIT", "description": "web-spider is a simple and fast web spider written with Nodejs!", "homepage": "https://github.com/yuexing0921/web-spider", "author": "yue xing <yuexing0921@gmail.com>", "repository": { "type": "git", "url": "git+https://github.com/yuexing0921/web-spider.git" }, "bugs": { "url": "https://github.com/yuexing0921/web-spider/issues" }, "main": "index.js", "keywords": [ "crawler", "spider", "phantomjs", "superagent", "jquery", "simplecrawler", "simplespider", "cheerio" ], "engines": { "node": ">5.12" }, "scripts": { "lint": "eslint example/ src/ test/", "mocha": "mocha --recursive", "test": "npm run lint && npm run mocha" }, "dependencies": { "async": "^1.5.0", "cheerio": "^0.20.0", "lodash": "^4.13.1", "superagent": "^2.0.0", "superagent-proxy": "^1.0.1" }, "devDependencies": { "args": "0.0.3", "chai": "^3.5.0", "mocha": "^2.5.3" } }