{
  "name": "node-protobuf",
  "version": "1.4.3",
  "description": "A Node.js protocol buffer wrapper",
  "author": "Dmitry Gorbunov <atskiisotona@gmail.com",
  "license": "MIT",
  "main": "protobuf.js",
  "repository": "https://github.com/fuwaneko/node-protobuf",
  "dependencies": {
    "bindings": "^1.2.1",
    "nan": "^2.3.5"
  },
  "engines": [
    "node >= 0.12.0"
  ],
  "licence": "MIT",
  "devDependencies": {
    "grunt": "^1.0.0",
    "grunt-release": "^0.14.0",
    "mocha": "^3.1.0"
  },
  "scripts": {
    "test": "./node_modules/.bin/mocha ./test/test.js -R spec",
    "format": "for source in src/* protobuf.js; do clang-format -style=file -i $source; done"
  }
}
