{
  "name": "jsnowball",
  "version": "1.0.3",
  "description": "Snowball is a small string processing language designed for creating stemming algorithms for use in Information Retrieval.",
  "main": "index.js",
  "keywords": [
    "snowball",
    "nlp",
    "stemmers",
    "stem",
    "text mining",
    "snowball stemmer"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "Milos Bejda",
      "email": "mbejda@live.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/mbejda/Nodejs-jSnowball.git"
  },
  "scripts": {
    "test": "./node_modules/.bin/jasmine-node tests"
  },
  "author": "Milos Bejda <mbejda@live.com> (mbejda.com)",
  "license": "ISC",
  "dependencies": {
    "node-java": "1.0.1"
  }
}
