{ "name": "minbase", "description": "minimal as possible secure-scuttlebutt lite client", "version": "3.4.0", "homepage": "https://github.com/evbogue/minbase", "repository": { "type": "git", "url": "git://github.com/evbogue/minbase.git" }, "dependencies": { "cont": "^1.0.3", "dataurl-": "^0.1.0", "depject": "^4.1.1", "emoji-named-characters": "^1.0.2", "explain-error": "^1.0.4", "human-time": "0.0.1", "hypercombo": "^0.1.2", "hypercrop": "^1.1.0", "hyperfile": "^2.0.0", "hyperlightbox": "^1.0.0", "hyperscript": "^2.0.2", "kvgraph": "^0.1.0", "map-filter-reduce": "^3.0.3", "pull-cat": "^1.1.11", "pull-many": "^1.0.8", "pull-next": "^1.0.1", "pull-paramap": "^1.2.2", "pull-reconnect": "^0.0.3", "pull-scroll": "^1.0.9", "pull-stream": "^3.6.1", "simple-mime": "^0.1.0", "split-buffer": "^1.0.0", "ssb-avatar": "^0.2.0", "ssb-client": "^4.5.1", "ssb-feed": "^2.3.0", "ssb-git": "^0.5.0", "ssb-keys": "^7.0.12", "ssb-markdown": "^3.3.0", "ssb-mentions": "^0.4.1", "ssb-ref": "^2.7.1", "ssb-sort": "^1.0.0", "suggest-box": "^2.2.3", "text-node-searcher": "^1.1.1", "visualize-buffer": "0.0.1" }, "scripts": { "build": "node scripts/style.js && mkdir -p build && browserify index.js | indexhtmlify > build/index.html", "start": "node serve.js" }, "author": "Everett Bogue (http://evbogue.com)", "license": "MIT", "devDependencies": { "browserify": "^14.5.0", "indexhtmlify": "^1.3.1" } }