{ "name": "patchbay", "description": "a pluggable patchwork", "version": "5.4.1", "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": "^2.0.0", "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": "^2.2.0", "is-visible": "^2.0.4", "kvgraph": "^0.1.0", "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.7", "pull-next": "^0.0.1", "pull-paramap": "^1.1.6", "pull-reconnect": "^0.0.3", "pull-scroll": "^0.2.0", "pull-stream": "^3.4.5", "scuttlebot": "^8.7.2", "simple-mime": "^0.1.0", "split-buffer": "^1.0.0", "ssb-blobs": "^0.1.7", "ssb-avatar": "^0.2.0", "ssb-client": "^4.0.3", "ssb-config": "^2.1.1", "ssb-feed": "^2.2.1", "ssb-git": "^0.4.1", "ssb-keys": "^6.1.0", "ssb-links": "^2.0.0", "ssb-markdown": "^3.0.0", "ssb-mentions": "^0.1.0", "ssb-query": "^0.1.1", "ssb-ref": "^2.6.2", "ssb-sort": "^1.0.0", "ssb-ws": "^0.6.2", "suggest-box": "^2.2.1", "text-node-searcher": "^1.1.0", "visualize-buffer": "0.0.0" }, "devDependencies": { "browselectrify": "^1.0.1" }, "scripts": { "build": "node scripts/style.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" }