{ "name": "patchbay", "version": "7.13.0", "description": "patchbay 2, built on patchcore", "main": "main.js", "scripts": { "lint": "standard", "rebuild": "cross-script npm rebuild --runtime=electron \"--target=$(electron -v)\" \"--abi=$(electron --abi)\" --disturl=https://atom.io/download/atom-shell", "start": "electron index.js -- --title patchbay", "dev": "echo 'run your own sbot!' && electro main.js -- --title patchbay" }, "browserify": { "transform": [ "bulkify", "read-directory/transform", "require-style/transform", "es2040" ] }, "repository": { "type": "git", "url": "git+https://github.com/ssbc/patchbay.git" }, "author": "mixmix", "maintainers": [ "ahdinosaur", "cel", "dominictarr", "mmckegg" ], "license": "GPL-3.0", "bugs": { "url": "https://github.com/ssbc/patchbay/issues" }, "homepage": "https://github.com/ssbc/patchbay#readme", "dependencies": { "bulk-require": "^1.0.0", "bulkify": "^1.4.2", "cross-script": "^1.0.5", "dataurl-": "^0.1.0", "depject": "^3.2.0", "depnest": "^1.0.2", "electron-default-menu": "^1.0.1", "electron-window-state": "^4.1.1", "es2040": "^1.2.5", "font-awesome": "^4.7.0", "hypercrop": "^1.1.0", "hyperfile": "^2.0.0", "hyperlightbox": "^1.0.0", "hypertabs": "^5.0.0", "insert-css": "^2.0.0", "libnested": "^1.2.1", "lodash": "^4.17.4", "micro-css": "^2.0.1", "mutant": "^3.18.0", "mutant-pull-reduce": "^1.0.1", "open-external": "^0.1.1", "patch-context": "^2.0.0", "patch-history": "^1.0.0", "patch-hub": "^1.1.0", "patch-inbox": "^1.0.2", "patch-settings": "^1.0.0", "patch-suggest": "^1.0.1", "patchbay-book": "^1.0.0", "patchbay-gatherings": "^2.0.0", "patchcore": "^1.12.1", "pull-abortable": "^4.1.1", "pull-cat": "^1.1.11", "pull-next": "1.0.0", "pull-scroll": "^1.0.9", "pull-stream": "^3.5.0", "read-directory": "^2.0.0", "require-style": "^1.0.0", "scuttlebot": "^10.4.4", "setimmediate": "^1.0.5", "ssb-chess": "^1.7.1", "ssb-chess-db": "1.0.1", "ssb-horcrux": "^0.1.3", "ssb-mentions": "~0.4.0", "ssb-mutual": "^0.1.0", "ssb-ws": "^1.0.3", "style-resolve": "^1.0.1", "suggest-box": "^2.2.3", "text-node-searcher": "^1.1.1", "xtend": "^4.0.1" }, "devDependencies": { "electro": "^2.0.3", "electron": "~1.8.1", "ssb-about": "^0.1.0", "ssb-backlinks": "^0.4.0", "ssb-blobs": "^1.1.3", "ssb-friends": "^2.2.3", "ssb-fulltext": "^1.0.1", "ssb-keys": "^7.0.10", "ssb-private": "^0.1.2", "ssb-query": "^0.1.2", "standard": "^8.6.0" } }