{ "name": "patchbay", "description": "a pluggable patchwork", "version": "1.7.9", "homepage": "https://github.com/dominictarr/patchbay", "repository": { "type": "git", "url": "git://github.com/dominictarr/patchbay.git" }, "dependencies": { "cont": "^1.0.3", "depject": "^1.0.1", "hyperlightbox": "^0.1.0", "hyperscript": "^1.4.7", "hypertabs": "^1.2.0", "mime-types": "^2.1.11", "moment": "^2.13.0", "multiserver": "^1.1.3", "open-external": "^0.1.1", "pull-cat": "^1.1.9", "pull-next": "0.0.0", "pull-paramap": "^1.1.6", "pull-reconnect": "^0.0.3", "pull-scroll": "^0.2.0", "pull-stream": "^3.3.2", "split-buffer": "^1.0.0", "ssb-avatar": "^0.1.0", "ssb-client": "^4.0.0", "ssb-feed": "^2.1.3", "ssb-keys": "^5.1.0", "ssb-markdown": "^3.0.0", "ssb-mentions": "^0.1.0", "ssb-sort": "0.0.0", "suggest-box": "^2.0.0", "text-node-searcher": "^1.1.0" }, "devDependencies": { "brfs": "^1.4.3", "indexhtmlify": "^1.2.1" }, "scripts": { "build": "node build.js > modules/index.js && browserify -t brfs index.js > bundle.js && indexhtmlify < bundle.js > index.html", "graph": "node index.js | dot -Tsvg > graph.svg", "test": "set -e; for t in test/*.js; do node $t; done" }, "author": "Dominic Tarr (http://dominictarr.com)", "license": "MIT" }