UNPKG

bot-marvin

Version:

Highly scalable crawler with best features.

67 lines 1.51 kB
{ "name": "bot-marvin", "version": "2.0.2", "description": "Highly scalable crawler with best features.", "main": "index.js", "directories": { "man": "./man" }, "scripts": { "postinstall": "bot-marvin-init && bot-marvin --reset" }, "bin": { "bot-marvin": "./index.js", "bot-marvin-init":"./lib/download.js", "bot-marvin-db":"./lib/db_config.js" }, "repository": { "type": "git", "url": "git+https://github.com/tilakpatidar/bot-marvin.git" }, "keywords": [ "crawler", "scrapper", "scalable", "sitemap parser", "tilakpatidar", "tilak", "patidar", "bot", "marvin", "rss", "web spider" ], "author": "tilak", "license": "ISC", "bugs": { "url": "https://github.com/tilakpatidar/bot-marvin/issues" }, "homepage": "https://github.com/tilakpatidar/bot-marvin#readme", "dependencies": { "check-types": "6.0.0", "cheerio": "0.19.0", "colors": "1.1.2", "crypto": "0.0.3", "death": "1.0.0", "minimist": "1.2.0", "mongodb": "2.0.49", "progress": "1.1.8", "request": "2.67.0", "slice-file": "1.0.0", "underscore": "1.8.3", "xml2js": "0.4.15", "download":"4.4.3", "node-static": "0.7.7", "string-editor": "0.1.2", "server-graceful-shutdown": "0.1.2", "robots": "0.9.4", "immutable": "3.8.1", "feed-read": "0.0.1" }, "devDependencies": { "mocha": "2.5.3", "chai": "3.5.0", "jsdoc": "3.4.0", "rewire": "2.5.1" } }