{
  "name": "secret-handshake-over-hypercore",
  "version": "0.1.7",
  "description": "Tarr's Secret Handshake over a shared encrypted Hypercore feed",
  "main": "index.js",
  "scripts": {
    "test": "tape test.js"
  },
  "keywords": [
    "tarr",
    "secret",
    "handshake",
    "channel",
    "hypercore"
  ],
  "author": "Joseph Werle <joseph.werle@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/secure-local-node/secret-handshake-over-hypercore.git"
  },
  "bugs": {
    "url": "https://github.com/secure-local-node/secret-handshake-over-hypercore/issues"
  },
  "homepage": "https://github.com/secure-local-node/secret-handshake-over-hypercore#readme",
  "dependencies": {
    "ara-crypto": "^0.8.5",
    "batch": "^0.6.1",
    "debug": "^4.1.1",
    "hypercore": "^7.7.1",
    "hypercore-crypto": "^1.0.0",
    "increment-buffer": "^1.0.1",
    "pump": "^3.0.0",
    "random-access-memory": "^3.1.1",
    "readable-stream": "^3.3.0"
  },
  "devDependencies": {
    "simple-websocket": "^7.2.0",
    "tape": "^4.10.1",
    "through2": "^3.0.1"
  }
}
