{
  "name": "@nexaloid/nexaloid",
  "version": "0.1.1",
  "description": "Chinese tokenizer runtime",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Nexaloid/Nexaloid.git",
    "directory": "bindings/node"
  },
  "main": "index.js",
  "scripts": {
    "build": "node-gyp rebuild",
    "install": "node scripts/check-prebuild.js",
    "smoke": "node examples/smoke.js"
  },
  "gypfile": true
}
