{
  "name": "dat-replication-protocol",
  "version": "4.1.2",
  "description": "streaming implementation of the dat replication protocol",
  "main": "index.js",
  "scripts": {
    "test": "tape test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mafintosh/dat-replication-protocol"
  },
  "keywords": [
    "dat",
    "replication",
    "protocol",
    "stream",
    "binary"
  ],
  "author": "Mathias Buus",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mafintosh/dat-replication-protocol/issues"
  },
  "homepage": "https://github.com/mafintosh/dat-replication-protocol",
  "dependencies": {
    "protocol-buffers": "^2.1.4",
    "varint": "^3.0.0"
  },
  "devDependencies": {
    "concat-stream": "^1.4.5",
    "tape": "^2.13.1"
  }
}
