{
  "name": "stopword",
  "version": "0.1.6",
  "description": "A module for node.js that takes in text and returns text that is stripped of stopwords",
  "main": "lib/stopword.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/fergiemcdowall/stopword"
  },
  "keywords": [
    "stopword",
    "document",
    "processing",
    "search",
    "norch",
    "search-index"
  ],
  "devDependencies": {
    "mocha": "2.2.1",
    "should": "5.2.0",
    "standard": "^6.0.8"
  },
  "author": "Fergus McDowall",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fergiemcdowall/stopword/issues"
  },
  "homepage": "https://github.com/fergiemcdowall/stopword"
}
