{
  "name": "hanlp-api",
  "version": "1.0.8",
  "description": "HanLP for nodejs",
  "main": "index.js",
  "dependencies": {
    "serve-favicon": "^2.4.2"
  },
  "devDependencies": {
    "body-parser": "^1.17.1",
    "express": "^4.15.2",
    "java": "^0.8.0",
    "underscore": "^1.8.3"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node app.js"
  },
  "keywords": [
    "hanlp",
    "node-hanlp",
    "nlp",
    "中文分词",
    "实体识别",
    "关键词提取",
    "拼音转换"
  ],
  "author": "Hai Liang Wang<hailiang.hl.wang@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git@github.com:Samurais/hanlp-api.git"
  }
}