UNPKG

node-nutch

Version:

A set of Gulp commands that provide similar functionality to Apache Nutch.

39 lines (38 loc) 1.07 kB
{ "name": "node-nutch", "version": "0.4.2", "description": "A set of Gulp commands that provide similar functionality to Apache Nutch.", "main": "index.js", "keywords": [ "gulpfriendly", "siftttfriendly", "crawler", "nutch" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Mark Birbeck <mark.birbeck@gmail.com> (http://markbirbeck.com/)", "license": "MIT", "repository": "https://github.com/markbirbeck/node-nutch", "bugs": "https://github.com/markbirbeck/node-nutch/issues", "homepage": "https://github.com/markbirbeck/node-nutch", "dependencies": { "URIjs": "~1.14.1", "config": "^1.12.0", "del": "~1.1.1", "event-stream": "~3.2.2", "gulp": "~3.8.11", "gulp-filter": "~2.0.2", "gulp-util": "~3.0.3", "highland": "^2.8.1", "js-yaml": "^3.3.0", "lazypipe": "~0.2.2", "lodash": "^3.7.0", "request": "~2.53.0", "require-dir": "~0.1.0", "run-sequence": "~1.0.2", "through2": "~0.6.3", "vinyl-elasticsearch": "^0.2.0" } }