{
  "name": "noise-protocol-stream",
  "version": "1.1.3",
  "description": "Node stream wrapper for Noise Protocol C implementation compiled to WebAssembly",
  "main": "index.js",
  "scripts": {
    "build": "./scripts/build.sh",
    "test": "standard --verbose && tape test/index.js && tape test/unsupported.js",
    "test-browser": "browserify test/index.js | testling -x scripts/chrome.sh"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kapetan/noise-protocol-stream.git"
  },
  "keywords": [
    "noise",
    "crypto",
    "protocol",
    "stream",
    "wasm",
    "webassembly"
  ],
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/kapetan/noise-protocol-stream/issues"
  },
  "homepage": "https://github.com/kapetan/noise-protocol-stream#readme",
  "dependencies": {
    "duplexify": "^3.6.0",
    "end-of-stream": "^1.4.1",
    "length-prefixed-stream": "^1.6.0",
    "stream-each": "^1.2.2",
    "through2": "^2.0.3"
  },
  "devDependencies": {
    "browserify": "^16.2.2",
    "standard": "^11.0.1",
    "tape": "^4.9.0",
    "testling": "^1.7.1"
  },
  "standard": {
    "ignore": [
      "build/",
      "src/shell.js"
    ]
  }
}
