{ "name": "patchbay", "version": "7.15.0", "description": "patchbay 2, built on patchcore", "main": "index.js", "scripts": { "lint": "standard --fix", "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", "start-frameless": "FRAME=false npm start", "dev": "echo 'run your own sbot!' && electro main.js -- --title patchbay --icon ./assets/icon.png", "postinstall": "npm run rebuild", "test": "standard" }, "browserify": { "transform": [ "bulkify", "read-directory/transform", "require-style/transform", "es2040" ] }, "standard": { "globals": [ "IntersectionObserver" ] }, "repository": { "type": "git", "url": "git+https://github.com/ssbc/patchbay.git" }, "author": "mixmix", "maintainers": [ "arj03", "ahdinosaur", "cel", "dominictarr", "mmckegg" ], "license": "AGPL-3.0", "bugs": { "url": "https://github.com/ssbc/patchbay/issues" }, "homepage": "https://github.com/ssbc/patchbay#readme", "dependencies": { "bulk-require": "^1.0.1", "cross-script": "^1.0.5", "dataurl-": "^0.1.0", "depject": "^4.1.1", "depnest": "^1.3.0", "electron-default-menu": "^1.0.1", "electron-window-state": "^4.1.1", "font-awesome": "^4.7.0", "hypercrop": "^1.1.0", "hyperfile": "^2.0.0", "hyperlightbox": "^1.0.0", "hypertabs": "^5.0.1", "json5": "^1.0.1", "libnested": "^1.3.2", "lodash": "^4.17.10", "marama": "^1.2.2", "micro-css": "^2.0.1", "mutant": "^3.22.1", "mutant-scroll": "^1.0.2", "open-external": "^0.1.1", "patch-context": "^2.0.1", "patch-drafts": "0.0.6", "patch-history": "^1.0.0", "patch-inbox": "^1.1.9", "patch-settings": "^1.1.2", "patch-suggest": "^2.0.2", "patchbay-book": "^1.0.8", "patchbay-dark-crystal": "^1.0.5", "patchbay-gatherings": "^3.2.1", "patchbay-poll": "^1.1.1", "patchbay-scry": "^1.2.0", "patchcore": "^1.28.1", "pull-abortable": "^4.1.1", "pull-next-query": "^1.0.0", "pull-notify": "^0.1.1", "pull-scroll": "^1.0.9", "pull-stream": "^3.6.9", "read-directory": "^3.0.0", "require-style": "^1.0.1", "scuttle-blog": "^1.0.1", "scuttle-poll": "^1.3.4", "scuttlebot": "^12.0.0", "setimmediate": "^1.0.5", "ssb-about": "^0.1.2", "ssb-backlinks": "^0.7.3", "ssb-blob-files": "^1.1.1", "ssb-blobs": "^1.1.5", "ssb-chess-db": "^1.0.4", "ssb-chess-mithril": "1.0.3", "ssb-config": "^2.3.0", "ssb-ebt": "^5.2.3", "ssb-friends": "^3.1.3", "ssb-keys": "^7.0.15", "ssb-meme": "^1.0.4", "ssb-mentions": "^0.5.0", "ssb-mutual": "^0.1.0", "ssb-private": "^0.2.3", "ssb-query": "^2.1.0", "ssb-ref": "^2.12.0", "ssb-search": "^1.1.2", "ssb-sort": "^1.1.0", "ssb-unread": "^1.0.1", "ssb-ws": "^2.1.1", "suggest-box": "^2.2.3", "text-node-searcher": "^1.1.1", "xtend": "^4.0.1" }, "devDependencies": { "electro": "^2.1.1", "electron": "^2.0.8", "eslint-config-standard": "^12.0.0", "standard": "^11.0.1" } }