{ "name": "patchbay", "description": "a pluggable patchwork", "version": "6.1.3", "homepage": "https://github.com/dominictarr/patchbay", "repository": { "type": "git", "url": "git://github.com/dominictarr/patchbay.git" }, "dependencies": { "@mmckegg/mutant": "^3.10.1", "brfs": "^1.4.3", "cont": "^1.0.3", "dataurl-": "^0.1.0", "depject": "^3.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": "^3.0.0", "insert-css": "^2.0.0", "is-visible": "^2.0.4", "kvgraph": "^0.1.0", "map-filter-reduce": "^3.0.1", "micro-css": "^0.6.2", "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-avatar": "^0.2.0", "ssb-blobs": "^0.1.7", "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", "electro": "^2.0.3", "electron": "^1.4.10", "indexhtmlify": "^1.3.1" }, "browserify": { "transform": [ "brfs" ] }, "scripts": { "lite": "mkdir -p build && browserify index.js | indexhtmlify > build/index.html", "start": "electro index.js", "bundle": "mkdir -p build && browselectrify index.js > build/bundle.js", "rebuild": "npm rebuild --runtime=electron --target=$(electron -v) --abi=$(electron --abi) --disturl=https://atom.io/download/atom-shell", "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" }