UNPKG

arachnod

Version:

Web Crawler for Node.js (Redis)

37 lines (36 loc) 874 B
{ "name": "arachnod", "version": "0.4.4", "description": "Web Crawler for Node.js (Redis)", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "jsdoc": "jsdoc --readme README.md *.js -d ./docs && open ./docs/" }, "keywords": [ "Arachnode", "Crawler", "Spider", "Bot", "Scraper", "Scraping" ], "author": "yasin inat <risyasin@gmail.com>", "repository": { "type": "git", "url": "http://www.github.com/risyasin/arachnod.git" }, "bugs": { "url": "https://github.com/risyasin/arachnod/issues" }, "license": "Apache-2.0", "dependencies": { "cheerio": "^0.19.0", "eventemitter2": "^0.4.14", "lodash": "^4.1.0", "logging": "^2.0.20", "querystring": "^0.2.0", "redis": "^2.4.2", "superagent": "^1.7.2" } }