{
  "name": "docproc",
  "version": "1.0.1",
  "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.2",
    "tape": "^4.6.2"
  }
}
