{ "name": "scuttlebot", "description": "A bot-server for the phoenix network", "version": "8.7.0", "homepage": "https://github.com/pfraze/scuttlebot", "repository": { "type": "git", "url": "git://github.com/pfraze/scuttlebot.git" }, "dependencies": { "bash-color": "~0.0.3", "broadcast-stream": "~0.0.0", "cont": "~1.0.3", "explain-error": "~1.0.1", "graphmitter": "^1.6.3", "ip": "^0.3.3", "level-memview": "~0.0.0", "map-merge": "~1.1.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", "mynosql-query": "~1.0.0", "nomnom": "1.8.0", "non-private-ip": "~1.1.0", "observ": "~0.2.0", "observ-debounce": "^1.1.1", "on-change-network": "0.0.1", "on-wakeup": "^1.0.0", "osenv": "~0.1.0", "pull-abortable": "~4.0.0", "pull-cat": "~1.1.5", "pull-file": "^0.5.0", "pull-inactivity": "~2.1.1", "pull-level": "^2.0.2", "pull-many": "~1.0.6", "pull-notify": "0.0.0", "pull-paramap": "~1.1.1", "pull-ping": "^1.0.1", "pull-pushable": "^2.0.0", "pull-stream": "^3.0.0", "pull-stream-to-stream": "~1.3.0", "pull-stringify": "~1.2.2", "rimraf": "^2.4.2", "secret-stack": "^2.5.0", "secure-scuttlebutt": "^15.4.1", "ssb-blobs": "^0.1.6", "ssb-client": "^4.0.2", "ssb-config": "^2.0.0", "ssb-feed": "^2.2.0", "ssb-keys": "^5.1.2", "ssb-msgs": "~5.0.0", "ssb-ref": "^2.3.2", "statistics": "^2.0.1", "stream-to-pull-stream": "^1.6.10", "zerr": "^1.0.0" }, "devDependencies": { "cat-names": "~1.0.2", "deep-equal": "~1.0.0", "dog-names": "~1.0.2", "level-sublevel": "~6.3.15", "level-test": "^2.0.1", "noderify": "~1.0.0", "ssb-msg-schemas": "~3.2.0", "ssb-ws": "^0.3.1", "tape": "~4.0.0" }, "bin": { "sbot": "./sbot.js" }, "scripts": { "prepublish": "npm ls && npm test && noderify bin.js > sbot.js", "test": "set -e; for t in test/*.js; do node $t; done" }, "author": "Paul Frazee ", "license": "MIT" }