{
  "name": "vntk",
  "version": "1.4.1",
  "description": "Vietnamese NLP Toolkit for Node",
  "main": "index.js",
  "bin": {
    "vntk": "./bin/vntk.js"
  },
  "scripts": {
    "server": "node server/app.js",
    "start": "npm run server",
    "test": "tape test/start.js | tap-spec"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vunb/vntk.git"
  },
  "keywords": [
    "vntk",
    "vietnamese",
    "toolkit",
    "nlp"
  ],
  "author": "Vunb",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vunb/vntk/issues"
  },
  "homepage": "https://github.com/vunb/vntk",
  "dependencies": {
    "@kites/engine": "^0.1.3",
    "@kites/express": "^0.1.4",
    "@vntk/dictionary": "^1.0.0",
    "async": "2.0.1",
    "commander": "2.9.0",
    "crfsuite": "^0.9.4",
    "debug": "^3.1.0",
    "fasttext": "^0.2.3",
    "lodash": "4.15.0",
    "title-case": "^2.1.1"
  },
  "devDependencies": {
    "nan": "^2.10.0",
    "tap-spec": "^4.1.1",
    "tape": "^4.9.0"
  },
  "files": [
    "bin",
    "lib",
    "index.js",
    "README.md"
  ]
}
