{ "name": "patchbay", "version": "8.0.1", "description": "patchbay 2, built on patchcore", "main": "index.js", "scripts": { "postinstall": "npm run rebuild", "rebuild": "electron-builder install-app-deps", "start": "electron index.js -- --title patchbay", "start-frameless": "FRAME=false npm start", "lite": "echo 'run your own sbot!' && electro lite.js -- --title patchbay --icon ./node_module/ssb-ahoy/electron/assets/icon.png", "dist": "electron-builder", "test": "standard", "lint": "standard --fix" }, "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", "chart.js": "^2.7.3", "cross-script": "^1.0.5", "dat-shared-files": "^2.0.0", "dataurl-": "^0.1.0", "depject": "^4.1.1", "depnest": "^1.3.0", "electron-default-menu": "^1.0.1", "electron-spellchecker": "github:ssbc/electron-spellchecker-prebuilt", "electron-window-state": "^5.0.1", "font-awesome": "^4.7.0", "highlight.js": "^9.13.1", "hypercrop": "^1.1.0", "hyperfile": "^2.0.0", "hyperlightbox": "^1.0.0", "hypertabs": "^5.0.1", "json5": "^2.0.1", "libnested": "^1.3.2", "lodash": "^4.17.10", "marama": "^1.2.2", "micro-css": "^2.0.1", "mutant": "^3.22.3", "mutant-scroll": "^1.0.2", "open-external": "^0.1.1", "patch-drafts": "0.0.6", "patch-history": "^1.0.0", "patch-inbox": "^1.3.2", "patch-settings": "^1.1.2", "patch-suggest": "^3.0.1", "patchbay-book": "^2.0.4", "patchbay-dark-crystal": "^2.0.0", "patchbay-gatherings": "^3.2.9", "patchbay-hacky-art": "^1.0.0", "patchbay-poll": "^1.1.4", "patchbay-scry": "^1.5.0", "patchcore": "^2.1.6", "pull-abortable": "^4.1.1", "pull-merge": "^1.0.4", "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.1", "require-style": "^1.0.2", "scuttle-blog": "^1.0.1", "scuttle-book": "^2.0.6", "scuttle-thread": "^1.0.2", "setimmediate": "^1.0.5", "ssb-about": "^2.0.1", "ssb-ahoy": "^1.0.0", "ssb-backlinks": "^0.7.3", "ssb-blob-files": "^1.1.6", "ssb-blobs": "^1.1.12", "ssb-chess-db": "^1.0.6", "ssb-chess-mithril": "1.0.10", "ssb-config": "^3.3.0", "ssb-ebt": "^5.6.4", "ssb-friend-pub": "^1.0.7", "ssb-friends": "^4.1.0", "ssb-invite": "~2.0.4", "ssb-legacy-conn": "^1.0.25", "ssb-meme": "^1.0.4", "ssb-mentions": "^0.5.0", "ssb-mutual": "^0.1.0", "ssb-ooo": "^1.1.1", "ssb-private": "^0.2.3", "ssb-query": "^2.1.0", "ssb-ref": "^2.13.6", "ssb-replicate": "^1.3.0", "ssb-search": "^1.1.2", "ssb-server": "^14.1.12", "ssb-sort": "^1.1.0", "ssb-suggest": "^1.0.4", "ssb-tangle": "^1.0.1", "ssb-unread": "^1.0.8", "ssb-uri": "^1.0.1", "ssb-ws": "~6.0.0", "suggest-box": "^2.2.3", "text-node-searcher": "^1.1.1", "xtend": "^4.0.1" }, "devDependencies": { "electro": "^2.1.1", "electron": "^4.2.0", "electron-builder": "^20.41.0", "eslint-config-standard": "^12.0.0", "standard": "^12.0.1" }, "build": { "appId": "org.ssbc.patchbay", "linux": { "category": "Network", "target": "AppImage" }, "appImage": { "artifactName": "${name}-Linux-${version}-${arch}.${ext}" }, "dmg": { "artifactName": "${name}-Mac-${version}.${ext}", "icon": "build/dmg-icon.icns" }, "win": { "publisherName": "Secure Scuttlebutt Consortium" }, "nsis": { "artifactName": "${name}-Windows-${version}.${ext}", "installerIcon": "build/setup-icon.ico" } } }