{
  "name": "node-pre-opencc",
  "version": "1.0.4",
  "description": "Conversion between Traditional and Simplified Chinese ( Node Release )",
  "author": "EthianWong <Ethian.Wong@gmail.com>",
  "license": "Apache",
  "main": "node/opencc.js",
  "scripts": {
    "test": "mocha -R spec node/test.js",
    "preinstall": "npm install node-pre-gyp",
    "install": "node-pre-gyp install --fallback-to-build"
  },
  "binary": {
    "module_name": "opencc",
    "module_path": "./build/Release/",
    "host": "https://github.com/WindWen/node-pre-opencc/releases/download/",
    "remote_path": "{version}"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/WindWen/node-pre-opencc.git"
  },
  "bugs": {
    "url": "https://github.com/WindWen/node-pre-opencc/issues"
  },
  "keywords": [
    "opencc",
    "Chinese",
    "conversion",
    "unicode",
    "Simplified Chinese",
    "Traditional Chinese"
  ],
  "devDependencies": {
    "aws-sdk": "2.x",
    "mocha": "2.2.5"
  },
  "dependencies": {
    "node-pre-gyp": "0.6.x",
    "nan": "^2.2.0"
  }
}
