git ssb

16+

Dominic / patchbay



Tree: 2f4db285e04d1dad11953ec9e794c774c85379e5

Files: 2f4db285e04d1dad11953ec9e794c774c85379e5 / package.json

3105 bytesRaw
1{
2 "name": "patchbay",
3 "version": "7.14.0",
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 "test": "standard"
13 },
14 "browserify": {
15 "transform": [
16 "bulkify",
17 "read-directory/transform",
18 "require-style/transform",
19 "es2040"
20 ]
21 },
22 "standard": {
23 "globals": [ "IntersectionObserver" ]
24 },
25 "repository": {
26 "type": "git",
27 "url": "git+https://github.com/ssbc/patchbay.git"
28 },
29 "author": "mixmix",
30 "maintainers": [
31 "arj03",
32 "ahdinosaur",
33 "cel",
34 "dominictarr",
35 "mmckegg"
36 ],
37 "license": "GPL-3.0",
38 "bugs": {
39 "url": "https://github.com/ssbc/patchbay/issues"
40 },
41 "homepage": "https://github.com/ssbc/patchbay#readme",
42 "dependencies": {
43 "bulk-require": "^1.0.1",
44 "cross-script": "^1.0.5",
45 "dataurl-": "^0.1.0",
46 "depject": "^4.1.1",
47 "depnest": "^1.3.0",
48 "electron-default-menu": "^1.0.1",
49 "electron-window-state": "^4.1.1",
50 "font-awesome": "^4.7.0",
51 "hypercrop": "^1.1.0",
52 "hyperfile": "^2.0.0",
53 "hyperlightbox": "^1.0.0",
54 "hypertabs": "^5.0.1",
55 "json5": "^1.0.1",
56 "libnested": "^1.3.2",
57 "lodash": "^4.17.10",
58 "marama": "^1.0.0",
59 "micro-css": "^2.0.1",
60 "mutant": "^3.22.1",
61 "mutant-scroll": "^1.0.2",
62 "open-external": "^0.1.1",
63 "patch-context": "^2.0.1",
64 "patch-drafts": "0.0.6",
65 "patch-history": "^1.0.0",
66 "patch-inbox": "^1.1.8",
67 "patch-settings": "^1.1.2",
68 "patch-suggest": "^2.0.2",
69 "patchbay-book": "^1.0.8",
70 "patchbay-dark-crystal": "^1.0.2",
71 "patchbay-gatherings": "^2.0.2",
72 "patchbay-poll": "^1.0.5",
73 "patchcore": "^1.28.0",
74 "pull-abortable": "^4.1.1",
75 "pull-next-query": "^1.0.0",
76 "pull-scroll": "^1.0.9",
77 "pull-stream": "^3.6.8",
78 "read-directory": "^3.0.0",
79 "require-style": "^1.0.1",
80 "scuttle-blog": "^1.0.1",
81 "scuttlebot": "^11.4.2",
82 "setimmediate": "^1.0.5",
83 "ssb-about": "^0.1.2",
84 "ssb-backlinks": "^0.7.3",
85 "ssb-blobs": "^1.1.5",
86 "ssb-chess": "^2.3.5",
87 "ssb-chess-db": "^1.0.3",
88 "ssb-config": "^2.2.0",
89 "ssb-ebt": "^5.2.2",
90 "ssb-friends": "^2.4.0",
91 "ssb-horcrux": "^1.0.0",
92 "ssb-keys": "^7.0.15",
93 "ssb-meme": "^1.0.4",
94 "ssb-mentions": "^0.5.0",
95 "ssb-mutual": "^0.1.0",
96 "ssb-private": "^0.2.2",
97 "ssb-query": "^2.1.0",
98 "ssb-ref": "^2.11.1",
99 "ssb-search": "^1.1.2",
100 "ssb-sort": "^1.1.0",
101 "ssb-unread": "^1.0.1",
102 "ssb-ws": "^2.1.1",
103 "suggest-box": "^2.2.3",
104 "text-node-searcher": "^1.1.1",
105 "xtend": "^4.0.1"
106 },
107 "devDependencies": {
108 "electro": "^2.1.1",
109 "electron": "^2.0.7",
110 "standard": "^11.0.1"
111 }
112}
113

Built with git-ssb-web