{
  "name": "node-rapidjson",
  "version": "1.0.0",
  "description": "Node.js ↔︎ C++ bindings for RapidJSON",
  "main": "index.js",
  "dependencies": {
    "bindings": "^1.2.1"
  },
  "devDependencies": {
    "node-gyp": "^3.4.0"
  },
  "scripts": {
    "test": "node test/test.js",
    "install": "node-gyp rebuild"
  },
  "author": "",
  "license": "ISC",
  "gypfile": true
}
