{ "name": "patchbay", "version": "7.7.1", "description": "patchbay 2, built on patchcore", "main": "index.js", "scripts": { "lint": "standard", "setup": "npm install electron electro -g", "rebuild": "npm rebuild --runtime=electron --target=$(electron -v) --abi=$(electron --abi) --disturl=https://atom.io/download/atom-shell", "start": "electro main.js" }, "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", "dataurl-": "^0.1.0", "depject": "^3.2.0", "depnest": "^1.0.2", "es2040": "^1.2.5", "font-awesome": "^4.7.0", "hypercrop": "^1.1.0", "hyperfile": "^2.0.0", "hyperlightbox": "^1.0.0", "hypertabs": "^4.2.0", "insert-css": "^2.0.0", "libnested": "^1.2.1", "micro-css": "^1.0.0", "mutant": "^3.18.0", "mutant-pull-reduce": "^1.0.1", "open-external": "^0.1.1", "patch-context": "^2.0.0", "patch-gatherings": "^2.4.3", "patch-hub": "^1.1.0", "patchbay-gatherings": "^1.1.2", "patchcore": "^1.8.1", "pull-abortable": "^4.1.1", "pull-cat": "^1.1.11", "pull-next": "1.0.0", "pull-scroll": "^1.0.7", "pull-stream": "^3.5.0", "read-directory": "^2.0.0", "require-style": "^1.0.0", "setimmediate": "^1.0.5", "ssb-horcrux": "^0.1.3", "ssb-mentions": "~0.4.0", "ssb-chess": "1.0.6", "style-resolve": "^1.0.1", "suggest-box": "^2.2.3", "text-node-searcher": "^1.1.1", "xtend": "^4.0.1" }, "devDependencies": { "standard": "^8.6.0" } }