git ssb

16+

Dominic / patchbay



Tree: fadded1d36d0afdf3d2d5097b49c26f69165e376

Files: fadded1d36d0afdf3d2d5097b49c26f69165e376 / package.json

3632 bytesRaw
1{
2 "name": "patchbay",
3 "version": "7.16.2",
4 "description": "patchbay 2, built on patchcore",
5 "main": "index.js",
6 "scripts": {
7 "lint": "standard --fix",
8 "rebuild": "cross-script npm rebuild --runtime=electron \"--target=$(electron -v)\" \"--abi=$(electron --abi)\" --disturl=https://atom.io/download/atom-shell",
9 "start": "electron index.js -- --title patchbay",
10 "start-frameless": "FRAME=false npm start",
11 "dev": "echo 'run your own sbot!' && electro main.js -- --title patchbay --icon ./assets/icon.png",
12 "postinstall": "npm run rebuild",
13 "test": "standard"
14 },
15 "browserify": {
16 "transform": [
17 "bulkify",
18 "read-directory/transform",
19 "require-style/transform",
20 "es2040"
21 ]
22 },
23 "standard": {
24 "globals": [
25 "IntersectionObserver"
26 ]
27 },
28 "repository": {
29 "type": "git",
30 "url": "git+https://github.com/ssbc/patchbay.git"
31 },
32 "author": "mixmix",
33 "maintainers": [
34 "arj03",
35 "ahdinosaur",
36 "cel",
37 "dominictarr",
38 "mmckegg"
39 ],
40 "license": "AGPL-3.0",
41 "bugs": {
42 "url": "https://github.com/ssbc/patchbay/issues"
43 },
44 "homepage": "https://github.com/ssbc/patchbay#readme",
45 "dependencies": {
46 "bulk-require": "^1.0.1",
47 "chart.js": "^2.7.3",
48 "cross-script": "^1.0.5",
49 "dat-shared-files": "^0.0.1",
50 "dataurl-": "^0.1.0",
51 "depject": "^4.1.1",
52 "depnest": "^1.3.0",
53 "electron-default-menu": "^1.0.1",
54 "electron-window-state": "^5.0.1",
55 "font-awesome": "^4.7.0",
56 "highlight.js": "^9.13.1",
57 "hypercrop": "^1.1.0",
58 "hyperfile": "^2.0.0",
59 "hyperlightbox": "^1.0.0",
60 "hypertabs": "^5.0.1",
61 "json5": "^2.0.1",
62 "libnested": "^1.3.2",
63 "lodash": "^4.17.10",
64 "marama": "^1.2.2",
65 "micro-css": "^2.0.1",
66 "mutant": "^3.22.1",
67 "mutant-scroll": "^1.0.2",
68 "open-external": "^0.1.1",
69 "patch-context": "^2.0.1",
70 "patch-drafts": "0.0.6",
71 "patch-history": "^1.0.0",
72 "patch-inbox": "^1.3.1",
73 "patch-settings": "^1.1.2",
74 "patch-suggest": "^3.0.1",
75 "patchbay-book": "^2.0.0",
76 "patchbay-dark-crystal": "^2.0.0",
77 "patchbay-gatherings": "^3.2.9",
78 "patchbay-hacky-art": "^1.0.0",
79 "patchbay-poll": "^1.1.4",
80 "patchbay-scry": "^1.5.0",
81 "patchcore": "^2.1.4",
82 "pull-abortable": "^4.1.1",
83 "pull-merge": "^1.0.4",
84 "pull-next-query": "^1.0.0",
85 "pull-notify": "^0.1.1",
86 "pull-scroll": "^1.0.9",
87 "pull-stream": "^3.6.9",
88 "read-directory": "^3.0.1",
89 "require-style": "^1.0.1",
90 "scuttle-blog": "^1.0.1",
91 "scuttle-thread": "^1.0.1",
92 "setimmediate": "^1.0.5",
93 "ssb-about": "^2.0.1",
94 "ssb-backlinks": "^0.7.3",
95 "ssb-blob-files": "^1.1.3",
96 "ssb-blobs": "^1.1.12",
97 "ssb-chess-db": "^1.0.5",
98 "ssb-chess-mithril": "1.0.10",
99 "ssb-config": "^3.2.3",
100 "ssb-ebt": "^5.3.11",
101 "ssb-friend-pub": "^1.0.5",
102 "ssb-friends": "^3.1.12",
103 "ssb-invite": "^2.0.3",
104 "ssb-legacy-conn": "1.0.23",
105 "ssb-meme": "^1.0.4",
106 "ssb-mentions": "^0.5.0",
107 "ssb-mutual": "^0.1.0",
108 "ssb-ooo": "^1.1.1",
109 "ssb-private": "^0.2.3",
110 "ssb-query": "^2.1.0",
111 "ssb-ref": "^2.13.6",
112 "ssb-replicate": "^1.0.4",
113 "ssb-search": "^1.1.2",
114 "ssb-server": "^14.1.7",
115 "ssb-sort": "^1.1.0",
116 "ssb-suggest": "^1.0.3",
117 "ssb-unread": "^1.0.2",
118 "ssb-uri": "^1.0.1",
119 "ssb-ws": "^4.0.1",
120 "suggest-box": "^2.2.3",
121 "text-node-searcher": "^1.1.1",
122 "xtend": "^4.0.1"
123 },
124 "devDependencies": {
125 "electro": "^2.1.1",
126 "electron": "^2.0.12",
127 "eslint-config-standard": "^12.0.0",
128 "standard": "^12.0.1"
129 }
130}
131

Built with git-ssb-web