{
  "name": "multifeed",
  "description": "multi-writer hypercore",
  "author": "Stephen Whitmore <sww@eight.net>",
  "version": "6.0.0",
  "repository": {
    "url": "git://github.com/noffle/multifeed.git"
  },
  "homepage": "https://github.com/noffle/multifeed",
  "bugs": "https://github.com/noffle/multifeed/issues",
  "main": "index.js",
  "scripts": {
    "test": "tape test/*.js",
    "lint": "standard"
  },
  "keywords": [],
  "dependencies": {
    "debug": "^4.1.0",
    "hypercore": "^9.6.0",
    "hypercore-protocol": "^8.0.7",
    "inherits": "^2.0.3",
    "mutexify": "^1.2.0",
    "once": "^1.4.0",
    "random-access-file": "^2.0.1",
    "random-access-memory": "^3.1.1",
    "through2": "^3.0.0"
  },
  "devDependencies": {
    "hypercore-crypto": "^1.0.0",
    "pump": "^3.0.0",
    "pumpify": "^1.5.1",
    "random-access-latency": "^1.0.0",
    "rimraf": "^2.6.3",
    "standard": "~10.0.0",
    "tape": "~4.6.2",
    "tmp": "0.0.33"
  },
  "license": "ISC"
}
