{
  "name": "snowball-stemmer.jsx",
  "version": "0.2.1",
  "description": "This is a collection of stemmers for JSX/JS/AMD/Common.js.",
  "scripts": {
    "build": "./node_modules/.bin/grunt build",
    "test": "./node_modules/.bin/grunt test",
    "doc": "./node_modules/.bin/grunt doc"
  },
  "engines" : { "node" : ">=0.8.0" },
  "keywords": [
    "jsx",
    "altjs",
    "lib",
    "js",
    "amd",
    "commonjs",
    "nodejs",
    "browser",
    "stemmer",
    "snowball",
    "Danish",
    "Dutch",
    "English",
    "Porter",
    "Finnish",
    "French",
    "German",
    "Hungarian",
    "Italian",
    "Norwegian",
    "Portuguese",
    "Romanian",
    "Russian",
    "Spanish",
    "Swedish",
    "Turkish"
  ],
  "main": "./src/snowball-stemmer.jsx",
  "homepage": "https://github.com/shibukawa/snowball-stemmer.jsx",
  "bugs": {
    "url": "https://github.com/shibukawa/snowball-stemmer.jsx/issues"
  },
  "directories": {
    "doc": "./doc",
    "lib": "./src",
    "test": "./test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/shibukawa/snowball-stemmer.jsx.git"
  },
  "devDependencies": {
    "grunt-contrib-watch": "~0.5.3",
    "grunt": "~0.4.1",
    "grunt-jsx": ">=0.1.5",
    "grunt-cli": "~0.1.10"
  },
  "author": "shibukawa",
  "license": "MIT"
}
