{
  "name": "protocol-buffers-stream",
  "version": "1.3.1",
  "description": "Streaming protocol buffers for Node.js",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "debug": "^2.2.0",
    "protocol-buffers": "^2.3.0",
    "readable-stream": "^2.0.2",
    "varint": "^3.0.0"
  },
  "devDependencies": {
    "standard": "^5.3.1",
    "tape": "^2.14.0",
    "through2": "^0.5.1"
  },
  "scripts": {
    "test": "standard && tape test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mafintosh/protocol-buffers-stream"
  },
  "keywords": [
    "protobuf",
    "protocol",
    "buffers",
    "stream",
    "streaming"
  ],
  "author": "Mathias Buus",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mafintosh/protocol-buffers-stream/issues"
  },
  "homepage": "https://github.com/mafintosh/protocol-buffers-stream"
}
