{
  "name": "dongdu",
  "version": "0.9.4",
  "description": "Node.js Addon for DongDu",
  "author": "vntk",
  "license": "MIT",
  "main": "index.js",
  "gypfile": true,
  "homepage": "https://github.com/vntk/dongdu",
  "repository": {
    "type": "git",
    "url": "https://github.com/vntk/dongdu.git"
  },
  "keywords": [
    "dongdu",
    "vietnamese",
    "wordsegment",
    "nlp"
  ],
  "bugs": {
    "url": "https://github.com/vntk/dongdu/issues"
  },
  "scripts": {
    "configure": "node-gyp configure",
    "build": "node-gyp build",
    "preinstall": "npm install node-pre-gyp node-gyp",
    "install": "node-pre-gyp install --fallback-to-build",
    "test": "tape test/start.js | tap-spec"
  },
  "binary": {
    "module_name": "dongdu",
    "module_path": "./lib/binding/",
    "host": "https://github.com/vntk/dongdu/releases/download/",
    "remote_path": "{version}"
  },
  "dependencies": {
    "nan": "2.x",
    "node-gyp": "3.4.x",
    "node-pre-gyp-github": "1.3.x",
    "node-pre-gyp": "0.6.x"
  },
  "devDependencies": {
    "tap-spec": "^4.1.1",
    "tape": "^4.6.0"
  }
}