{ "name": "patchbay", "description": "a pluggable patchwork", "version": "2.6.0", "homepage": "https://github.com/dominictarr/patchbay", "repository": { "type": "git", "url": "git://github.com/dominictarr/patchbay.git" }, "dependencies": { "cont": "^1.0.3", "dataurl-": "^0.1.0", "depject": "^1.0.1", "hjson": "^2.0.3", "human-time": "0.0.1", "hypercombo": "0.1.0", "hypercrop": "^1.0.1", "hyperfile": "^1.1.0", "hyperlightbox": "^0.1.3", "hyperprogress": "0.1.0", "hyperscript": "^1.4.7", "hypertabs": "^1.2.0", "is-visible": "^2.0.4", "map-filter-reduce": "^3.0.1", "mime-types": "^2.1.11", "moment": "^2.13.0", "open-external": "^0.1.1", "peaks.js": "^0.4.7", "pull-cat": "^1.1.9", "pull-many": "^1.0.6", "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", "simple-mime": "^0.1.0", "split-buffer": "^1.0.0", "ssb-avatar": "^0.1.0", "ssb-client": "^4.0.3", "ssb-config": "^2.1.1", "ssb-feed": "^2.2.1", "ssb-keys": "^6.1.0", "ssb-markdown": "^3.0.0", "ssb-mentions": "^0.1.0", "ssb-sort": "^1.0.0", "suggest-box": "^2.2.1", "text-node-searcher": "^1.1.0" }, "devDependencies": { "browselectrify": "^1.0.1" }, "browser": { "./modules/index.js": "./modules/_index.js" }, "scripts": { "build": "node build.js > modules/_index.js && mkdir -p build && browselectrify index.js > build/bundle.js", "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" }