{
  "name": "stem-porter",
  "version": "0.0.1",
  "author": "sentientwaffle (http://sentientwaffle.github.com/)",
  "description": "Porter's stemming algorithm",
  "keywords": ["nlp", "stemming", "porter", "stemmer"],
  "main": "index.js",
  "directories": { "test": "test" },
  "scripts": { "test": "tap test/*.test.js" },
  "dependencies": {},
  "devDependencies": {
    "tap": "~0.2.5"
  },
  "engines": { "node": ">=0.6" },
  "license": "MIT"
}
