UNPKG

docproc

Version:
36 lines (35 loc) 776 B
{ "name": "docproc", "version": "1.2.0", "description": "A document processing pipeline", "main": "index.js", "scripts": { "test": " standard --fix && tape test/*test.js" }, "repository": { "type": "git", "url": "git+https://github.com/fergiemcdowall/docproc.git" }, "keywords": [ "document", "processing", "pipeline", "norch", "stream" ], "author": "Fergus McDowall", "license": "MIT", "bugs": { "url": "https://github.com/fergiemcdowall/docproc/issues" }, "homepage": "https://github.com/fergiemcdowall/docproc#readme", "dependencies": { "pumpify": "^1.3.5", "term-frequency": "^0.0.15", "term-vector": "^0.1.2" }, "devDependencies": { "standard": "^10.0.3", "tape": "^4.8.0" } }