{ "name": "scuttlebot", "description": "network protocol layer for secure-scuttlebutt", "version": "10.0.6", "homepage": "https://github.com/ssbc/scuttlebot", "repository": { "type": "git", "url": "git://github.com/ssbc/scuttlebot.git" }, "dependencies": { "atomic-file": "0.0.1", "bash-color": "~0.0.3", "broadcast-stream": "~0.0.0", "cont": "~1.0.3", "cross-spawn": "^5.1.0", "deep-equal": "^1.0.1", "explain-error": "^1.0.3", "flumeview-reduce": "^1.1.0", "graphreduce": "^3.0.2", "has-network": "0.0.1", "ip": "^0.3.3", "level-memview": "~0.0.0", "mdmanifest": "^1.0.4", "minimist": "^1.1.3", "mkdirp": "~0.5.0", "multiblob": "^1.10.1", "multicb": "^1.0.0", "muxrpc": "^6.1.1", "muxrpc-validation": "^2.0.0", "muxrpcli": "^1.0.0", "mv": "^2.1.1", "non-private-ip": "~1.1.0", "observ-debounce": "^1.1.1", "on-change-network": "0.0.2", "on-wakeup": "^1.0.0", "osenv": "^0.1.3", "pull-abortable": "~4.1.0", "pull-cat": "~1.1.5", "pull-file": "^1.0.0", "pull-flatmap": "0.0.1", "pull-inactivity": "~2.1.1", "pull-level": "^2.0.2", "pull-many": "~1.0.6", "pull-next": "^1.0.0", "pull-notify": "0.1.1", "pull-paramap": "~1.2.1", "pull-ping": "^2.0.2", "pull-pushable": "^2.0.1", "pull-stream": "^3.0.0", "pull-stream-to-stream": "~1.3.0", "pull-stringify": "~1.2.2", "rimraf": "^2.4.2", "secret-stack": "^3.2.0", "secure-scuttlebutt": "^16.3.2", "ssb-blobs": "^1.0.1", "ssb-client": "^4.4.1", "ssb-config": "^2.0.0", "ssb-ebt": "0.0.7", "ssb-friends": "^2.0.1", "ssb-keys": "^7.0.0", "ssb-links": "^3.0.0", "ssb-msgs": "~5.2.0", "ssb-query": "^1.0.0", "ssb-ref": "^2.7.1", "ssb-ws": "^1.0.1", "statistics": "^3.0.0", "stream-to-pull-stream": "^1.6.10", "zerr": "^1.0.0" }, "devDependencies": { "cat-names": "~1.0.2", "dog-names": "~1.0.2", "level-sublevel": "~6.3.15", "level-test": "^2.0.1", "ssb-msg-schemas": "~3.2.0", "tape": "~4.0.0" }, "bin": { "sbot": "./bin.js" }, "scripts": { "prepublishOnly": "npm ls && npm test", "test": "set -e; for t in test/*.js; do node $t; done" }, "author": "Paul Frazee ", "license": "MIT" }