{ "name": "patchbay", "version": "7.13.1", "description": "patchbay 2, built on patchcore", "main": "index.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 --icon ./assets/icon.png" }, "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.1", "bulkify": "^1.4.2", "cross-script": "^1.0.5", "dataurl-": "^0.1.0", "depject": "^3.2.0", "depnest": "^1.3.0", "electron-default-menu": "^1.0.1", "electron-window-state": "^4.1.1", "es2040": "^1.2.6", "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.22.1", "mutant-pull-reduce": "^1.1.0", "open-external": "^0.1.1", "patch-context": "^2.0.1", "patch-drafts": "0.0.6", "patch-history": "^1.0.0", "patch-hub": "^1.1.0", "patch-inbox": "^1.0.2", "patch-settings": "^1.1.1", "patch-suggest": "^1.1.0", "patchbay-book": "^1.0.5", "patchbay-gatherings": "^2.0.0", "patchcore": "^1.23.5", "pull-abortable": "^4.1.1", "pull-cat": "^1.1.11", "pull-next": "^1.0.0", "pull-scroll": "^1.0.9", "pull-stream": "^3.6.1", "read-directory": "^2.1.1", "require-style": "^1.0.1", "scuttle-blog": "^1.0.0", "scuttlebot": "^10.4.10", "setimmediate": "^1.0.5", "ssb-about": "^0.1.1", "ssb-backlinks": "^0.6.1", "ssb-blobs": "^1.1.3", "ssb-chess": "^2.2.4", "ssb-chess-db": "^1.0.2", "ssb-client": "^4.5.2", "ssb-friends": "^2.2.3", "ssb-horcrux": "^0.1.3", "ssb-keys": "^7.0.13", "ssb-mentions": "^0.4.1", "ssb-mutual": "^0.1.0", "ssb-private": "^0.1.2", "ssb-query": "^1.0.2", "ssb-search": "^1.0.1", "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.3", "standard": "^8.6.0" } }