{ "name": "ssb-client", "version": "1.0.0", "description": "scuttlebot client", "main": "index.js", "scripts": { "test": "set -e; for t in test/*.js; do node $t; done" }, "repository": { "type": "git", "url": "https://github.com/ssbc/ssb-client.git" }, "dependencies": { "muxrpc": "~3.3.1", "pull-stream": "~2.26.0", "pull-serializer": "~0.3.2", "pull-ws-server": "~1.3.0", "secure-scuttlebutt": "~9.0.1", "ssb-address": "~1.0.0", "ssb-keys": "~0.6.0", "ssb-manifest": "~1.1.0", "ssb-config": "~1.0.0" }, "devDependencies": { "levelup": "~0.19.0", "level-sublevel": "~6.4.6", "memdown": "~1.0.0", "scuttlebot": "~3.0.0", "tape": "~2.12.3" }, "author": "Paul Frazee ", "license": "MIT", "bugs": { "url": "https://github.com/ssbc/ssb-client/issues" }, "homepage": "https://github.com/ssbc/ssb-client" }