{
  "name": "virtdb-proto",
  "version": "5.0.10",
  "description": "Protocol descriptors for VirtDB",
  "main": "lib/virtdb-proto.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "install": "node-gyp rebuild"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/starschema/virtdb-proto"
  },
  "keywords": [
    "virtdb"
  ],
  "author": "Starschema Ltd.",
  "license": "Apache-2.0",
  "gypfile": true,
  "bugs": {
    "url": "https://github.com/starschema/virtdb-proto/issues"
  },
  "homepage": "https://github.com/starschema/virtdb-proto",
  "dependencies": {
    "node-protobuf": "^1.2.11"
  },
  "engines": {
    "node": ">= 4.0.0"
  }
}
