{ "name": "mvd", "version": "1.16.1", "description": "minimum viable decent", "main": "index.js", "scripts": { "start": "node bin server", "decent": "node bin server --appname=decent", "ssb": "node bin server --appname=ssb", "testnet": "node bin server --appname=testnet", "build:mvd": "node mvd/style.js && mkdir -p build && browserify mvd/index.js | indexhtmlify > build/index.html", "build:localhost": "browserify localhost/index.js -t sheetify | indexhtmlify > localhost/build/index.html" }, "devDependencies": { "browserify": "^16.2.2", "indexhtmlify": "^1.3.1" }, "author": "Ev Bogue ", "license": "MIT", "dependencies": { "broadcast-stream": "^0.2.2", "chloride": "^2.2.14", "dataurl-": "^0.1.0", "deep-extend": "^0.6.0", "diff": "^3.5.0", "emoji-server": "^1.0.0", "human-time": "0.0.1", "hyperfile": "^2.0.0", "hyperloadmore": "^1.1.0", "hyperscript": "^2.0.2", "hyperscroll": "^1.0.0", "inu-engine": "^1.0.0-pre.0", "multiblob-http": "^0.4.2", "muxrpcli": "^1.1.0", "nanomorph": "^5.4.0", "non-private-ip": "^1.4.3", "open": "^6.1.0", "os-homedir": "^1.0.2", "patch-package": "^6.1.0", "pull-file": "^1.1.0", "pull-more": "^1.1.0", "pull-next-query": "^1.0.0", "pull-paramap": "^1.2.2", "pull-reconnect": "0.0.3", "pull-stream": "^3.6.9", "pull-stringify": "^2.0.0", "pull-through": "^1.0.18", "rc": "^1.2.7", "secret-stack": "^6.0.3", "sheetify": "^7.3.3", "simple-mime": "^0.1.0", "split-buffer": "^1.0.0", "ssb-avatar": "^0.2.0", "ssb-backlinks": "^0.7.1", "ssb-blobs": "^1.1.5", "ssb-client": "^4.5.7", "ssb-db": "^19.1.1", "ssb-ebt": "^5.1.5", "ssb-feed": "^2.3.0", "ssb-friends": "^3.1.6", "ssb-gossip": "^1.0.6", "ssb-invite": "^2.0.4", "ssb-keys": "^7.0.16", "ssb-links": "^3.0.3", "ssb-markdown": "^3.6.0", "ssb-mentions": "^0.5.0", "ssb-query": "^2.3.0", "ssb-ref": "^2.11.1", "ssb-replicate": "^1.2.3", "ssb-search": "^1.0.1", "ssb-web-resolver": "^1.1.2", "ssb-ws": "^6.0.0", "stack": "^0.1.0", "stream-to-pull-stream": "^1.7.3", "tachyons": "^4.11.1", "visualize-buffer": "0.0.1" } }