git ssb

16+

Dominic / patchbay



Tree: a90e479d4bb512807a6f0fc73713b8a205c849a1

Files: a90e479d4bb512807a6f0fc73713b8a205c849a1 / package.json

4306 bytesRaw
1{
2 "name": "patchbay",
3 "version": "8.0.1",
4 "description": "patchbay 2, built on patchcore",
5 "main": "index.js",
6 "scripts": {
7 "postinstall": "npm run rebuild",
8 "rebuild": "electron-builder install-app-deps",
9 "start": "electron index.js -- --title patchbay",
10 "start-frameless": "FRAME=false npm start",
11 "lite": "echo 'run your own sbot!' && electro lite.js -- --title patchbay --icon ./node_module/ssb-ahoy/electron/assets/icon.png",
12 "dist": "electron-builder",
13 "test": "standard",
14 "lint": "standard --fix"
15 },
16 "browserify": {
17 "transform": [
18 "bulkify",
19 "read-directory/transform",
20 "require-style/transform",
21 "es2040"
22 ]
23 },
24 "standard": {
25 "globals": [
26 "IntersectionObserver"
27 ]
28 },
29 "repository": {
30 "type": "git",
31 "url": "git+https://github.com/ssbc/patchbay.git"
32 },
33 "author": "mixmix",
34 "maintainers": [
35 "arj03",
36 "ahdinosaur",
37 "cel",
38 "dominictarr",
39 "mmckegg"
40 ],
41 "license": "AGPL-3.0",
42 "bugs": {
43 "url": "https://github.com/ssbc/patchbay/issues"
44 },
45 "homepage": "https://github.com/ssbc/patchbay#readme",
46 "dependencies": {
47 "bulk-require": "^1.0.1",
48 "chart.js": "^2.7.3",
49 "cross-script": "^1.0.5",
50 "dat-shared-files": "^2.0.0",
51 "dataurl-": "^0.1.0",
52 "depject": "^4.1.1",
53 "depnest": "^1.3.0",
54 "electron-default-menu": "^1.0.1",
55 "electron-spellchecker": "github:ssbc/electron-spellchecker-prebuilt",
56 "electron-window-state": "^5.0.1",
57 "font-awesome": "^4.7.0",
58 "highlight.js": "^9.13.1",
59 "hypercrop": "^1.1.0",
60 "hyperfile": "^2.0.0",
61 "hyperlightbox": "^1.0.0",
62 "hypertabs": "^5.0.1",
63 "json5": "^2.0.1",
64 "libnested": "^1.3.2",
65 "lodash": "^4.17.10",
66 "marama": "^1.2.2",
67 "micro-css": "^2.0.1",
68 "mutant": "^3.22.3",
69 "mutant-scroll": "^1.0.2",
70 "open-dyslexic": "^1.0.3",
71 "open-external": "^0.1.1",
72 "patch-drafts": "0.0.6",
73 "patch-history": "^1.0.0",
74 "patch-inbox": "^1.3.2",
75 "patch-settings": "^1.1.2",
76 "patch-suggest": "^3.0.1",
77 "patchbay-book": "^2.0.4",
78 "patchbay-dark-crystal": "^2.0.0",
79 "patchbay-gatherings": "^3.2.9",
80 "patchbay-hacky-art": "^1.0.0",
81 "patchbay-poll": "^1.1.4",
82 "patchbay-scry": "^1.5.0",
83 "patchcore": "^2.1.6",
84 "pull-abortable": "^4.1.1",
85 "pull-merge": "^1.0.4",
86 "pull-next-query": "^1.0.0",
87 "pull-notify": "^0.1.1",
88 "pull-scroll": "^1.0.9",
89 "pull-stream": "^3.6.9",
90 "read-directory": "^3.0.1",
91 "require-style": "^1.0.2",
92 "scuttle-blog": "^1.0.1",
93 "scuttle-book": "^2.0.6",
94 "scuttle-thread": "^1.0.2",
95 "setimmediate": "^1.0.5",
96 "ssb-about": "^2.0.1",
97 "ssb-ahoy": "^1.0.0",
98 "ssb-backlinks": "^0.7.3",
99 "ssb-blob-files": "^1.1.6",
100 "ssb-blobs": "^1.1.12",
101 "ssb-chess-db": "^1.0.6",
102 "ssb-chess-mithril": "1.0.10",
103 "ssb-config": "^3.3.0",
104 "ssb-ebt": "^5.6.4",
105 "ssb-friend-pub": "^1.0.7",
106 "ssb-friends": "^4.1.3",
107 "ssb-invite": "~2.0.4",
108 "ssb-legacy-conn": "^1.0.25",
109 "ssb-meme": "^1.0.4",
110 "ssb-mentions": "^0.5.0",
111 "ssb-mutual": "^0.1.0",
112 "ssb-ooo": "^1.1.1",
113 "ssb-private": "^0.2.3",
114 "ssb-query": "^2.1.0",
115 "ssb-ref": "^2.13.6",
116 "ssb-replicate": "^1.3.0",
117 "ssb-search": "^1.1.2",
118 "ssb-server": "^14.1.12",
119 "ssb-sort": "^1.1.0",
120 "ssb-suggest": "^1.0.4",
121 "ssb-tangle": "^1.0.1",
122 "ssb-unread": "^1.0.8",
123 "ssb-uri": "^1.0.1",
124 "ssb-ws": "~6.0.0",
125 "suggest-box": "^2.2.3",
126 "text-node-searcher": "^1.1.1",
127 "xtend": "^4.0.1"
128 },
129 "devDependencies": {
130 "electro": "^2.1.1",
131 "electron": "^4.2.0",
132 "electron-builder": "^20.41.0",
133 "eslint-config-standard": "^12.0.0",
134 "standard": "^12.0.1"
135 },
136 "build": {
137 "appId": "org.ssbc.patchbay",
138 "linux": {
139 "category": "Network",
140 "target": "AppImage"
141 },
142 "appImage": {
143 "artifactName": "${name}-Linux-${version}-${arch}.${ext}"
144 },
145 "dmg": {
146 "artifactName": "${name}-Mac-${version}.${ext}",
147 "icon": "build/dmg-icon.icns"
148 },
149 "win": {
150 "publisherName": "Secure Scuttlebutt Consortium"
151 },
152 "nsis": {
153 "artifactName": "${name}-Windows-${version}.${ext}",
154 "installerIcon": "build/setup-icon.ico"
155 }
156 }
157}
158

Built with git-ssb-web