{
  "name": "textiijs",
  "version": "0.5.2",
  "description": "Text inverted index creator",
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "dependencies": {
    "snowball": ">=0.3.1"
  },
  "bin": {
    "textiijs": "./bin/textiijs"
  },
  "devDependencies": {
    "mocha": ">=1.8.2",
    "jscoverage": ">=0.3.5"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/fagbokforlaget/textiijs.git"
  },
  "keywords": [
    "text",
    "inverted",
    "index",
    "textiijs",
    "mocha",
    "porter-stemmer"
  ],
  "author": "Rafal Wrzochol <rafal.wrzochol@fagbokforlaget.no>",
  "license": "MIT",
  "readmeFilename": "README.md"
}
