{
  "name": "hyperlog",
  "version": "4.12.1",
  "description": "Merkle DAG that replicates based on scuttlebutt logs and causal linking",
  "main": "index.js",
  "dependencies": {
    "after-all": "^2.0.2",
    "bitfield": "^1.1.2",
    "brfs": "^1.4.0",
    "cuid": "^1.2.5",
    "debug": "^2.2.0",
    "defined": "^1.0.0",
    "duplexify": "^3.4.2",
    "framed-hash": "^1.1.0",
    "from2": "^2.1.0",
    "length-prefixed-stream": "^1.3.0",
    "level-enumerate": "^1.0.1",
    "level-logs": "^1.1.0",
    "lexicographic-integer": "^1.1.0",
    "mutexify": "^1.1.0",
    "protocol-buffers": "^3.1.2",
    "pump": "^1.0.0",
    "run-parallel": "^1.1.6",
    "run-waterfall": "^1.1.3",
    "stream-collector": "^1.0.1",
    "through2": "^2.0.0"
  },
  "devDependencies": {
    "bs58": "^3.0.0",
    "memdb": "^1.0.1",
    "standard": "^5.0.0",
    "multihashing": "^0.2.0",
    "tape": "^4.0.0"
  },
  "browserify": {
    "transform": [
      "brfs"
    ]
  },
  "scripts": {
    "test": "standard && tape test/*"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mafintosh/hyperlog.git"
  },
  "author": "Mathias Buus (@mafintosh)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mafintosh/hyperlog/issues"
  },
  "homepage": "https://github.com/mafintosh/hyperlog"
}
