git ssb

16+

Dominic / patchbay



Tree: fc27742b00d06e1a68fc1126ff1d8c157eb4b478

Files: fc27742b00d06e1a68fc1126ff1d8c157eb4b478 / package.json

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

Built with git-ssb-web