UNPKG

simple-hypercore-protocol

Version:
35 lines (34 loc) 981 B
{ "name": "simple-hypercore-protocol", "version": "2.1.2", "description": "Hypercore protocol state machine", "main": "index.js", "dependencies": { "hypercore-crypto": "^2.1.0", "noise-protocol": "^3.0.1", "protocol-buffers-encodings": "^1.1.0", "simple-handshake": "^3.0.0", "simple-message-channels": "^1.2.1", "varint": "^5.0.0", "xsalsa20-universal": "^1.0.0" }, "devDependencies": { "protocol-buffers": "^4.1.0", "standard": "^14.1.0", "tape": "^4.11.0" }, "scripts": { "test": "standard && tape test.js", "protobuf": "protocol-buffers schema.proto -o messages.js" }, "repository": { "type": "git", "url": "https://github.com/mafintosh/simple-hypercore-protocol.git" }, "author": "Mathias Buus (@mafintosh)", "license": "MIT", "bugs": { "url": "https://github.com/mafintosh/simple-hypercore-protocol/issues" }, "homepage": "https://github.com/mafintosh/simple-hypercore-protocol" }