{ "name": "patchbay", "description": "a pluggable patchwork", "version": "6.7.4", "homepage": "https://github.com/ssbc/patchbay", "repository": { "type": "git", "url": "git://github.com/ssbc/patchbay.git" }, "scripts": { "lite": "mkdir -p build && browserify index.js | indexhtmlify --title patchbay > 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": "browserify modules_*/index.test.js | tape-run" }, "dependencies": { "@mmckegg/mutant": "^3.12.0", "brfs": "^1.4.3", "cont": "^1.0.3", "dataurl-": "^0.1.0", "depject": "^3.1.4", "es2040": "^1.2.4", "hjson": "^2.0.3", "human-time": "0.0.1", "hypercombo": "0.1.0", "hypercrop": "^1.1.0", "hyperfile": "^1.1.0", "hyperlightbox": "1.0.0", "hyperprogress": "0.1.0", "hyperscript": "^1.4.7", "hypertabs": "^4.0.0", "insert-css": "^2.0.0", "is-visible": "^2.1.1", "kvgraph": "^0.1.0", "map-filter-reduce": "^3.0.1", "micro-css": "^0.6.2", "mime-types": "^2.1.11", "moment": "^2.13.0", "on-load": "^3.2.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": "^1.0.3", "pull-stream": "^3.4.5", "scuttlebot": "^8.7.2", "setimmediate": "^1.0.5", "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.2.1", "ssb-mentions": "^0.1.0", "ssb-query": "^0.1.1", "ssb-ref": "^2.6.2", "ssb-sort": "^1.0.0", "ssb-ws": "^1.0.1", "suggest-box": "^2.2.1", "text-node-searcher": "^1.1.0", "visualize-buffer": "0.0.1" }, "devDependencies": { "browselectrify": "^1.0.1", "electro": "^2.0.3", "electron": "^1.4.10", "indexhtmlify": "^1.3.1", "tape": "^4.6.3", "tape-run": "^2.1.5" }, "browserify": { "transform": [ "brfs", "es2040" ] }, "author": "Dominic Tarr (http://dominictarr.com)", "license": "MIT" }