{
  "name": "minbase",
  "description": "minimal as possible secure-scuttlebutt lite client",
  "version": "3.5.1",
  "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",
    "decent-ssb": "^4.3.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",
    "muxrpcli": "^1.1.0",
    "opn": "^5.3.0",
    "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",
    "pull-stringify": "^2.0.0",
    "scuttlebot": "^11.3.0",
    "simple-mime": "^0.1.0",
    "split-buffer": "^1.0.0",
    "ssb-avatar": "^0.2.0",
    "ssb-blobs": "^1.1.4",
    "ssb-client": "^4.5.1",
    "ssb-ebt": "^5.1.5",
    "ssb-feed": "^2.3.0",
    "ssb-friends": "^2.4.0",
    "ssb-git": "^0.5.0",
    "ssb-keys": "^7.0.12",
    "ssb-links": "^3.0.3",
    "ssb-markdown": "^3.3.0",
    "ssb-mentions": "^0.4.1",
    "ssb-query": "^2.0.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",
    "yargs": "^11.0.0"
  },
  "scripts": {
    "build": "node scripts/style.js && mkdir -p build && browserify index.js | indexhtmlify > build/index.html",
    "start": "node bin server"
  },
  "author": "Everett Bogue <ev@evbogue.com> (http://evbogue.com)",
  "license": "MIT",
  "devDependencies": {
    "browserify": "^14.5.0",
    "indexhtmlify": "^1.3.1"
  }
}
