{
  "name": "mystem3",
  "version": "1.2.1",
  "description": "NodeJS wrapper for the Yandex MyStem 3",
  "main": "lib/MyStem.js",
  "scripts": {
    "postinstall": "node bin/download-mystem.js",
    "test": "mocha  --timeout 1000 --ui qunit tests/*"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/koorchik/node-mystem3.git"
  },
  "keywords": [
    "NLP",
    "morphology",
    "yandex",
    "stemming",
    "lemmatization"
  ],
  "author": "koorchik",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/koorchik/node-mystem3/issues"
  },
  "homepage": "https://github.com/koorchik/node-mystem3",
  "dependencies": {
    "bluebird": "^3.5.4",
    "extract-zip": "^1.6.7",
    "mkdirp": "^0.5.0",
    "path": "^0.12.7",
    "request": "^2.55.0",
    "rimraf": "^2.6.3",
    "tar": "^4.4.8"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "mocha": "^6.1.4"
  }
}
