git ssb

16+

Dominic / patchbay



Tree: 22980df7086fb15c08c87bb6c2d59fa79296d840

Files: 22980df7086fb15c08c87bb6c2d59fa79296d840 / package.json

3086 bytesRaw
1{
2 "name": "patchbay",
3 "version": "7.13.1",
4 "description": "patchbay 2, built on patchcore",
5 "main": "index.js",
6 "scripts": {
7 "lint": "standard",
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 "bulkify": "^1.4.2",
41 "cross-script": "^1.0.5",
42 "dataurl-": "^0.1.0",
43 "depject": "^4.1.1",
44 "depnest": "^1.3.0",
45 "electron-default-menu": "^1.0.1",
46 "electron-window-state": "^4.1.1",
47 "es2040": "^1.2.6",
48 "font-awesome": "^4.7.0",
49 "hypercrop": "^1.1.0",
50 "hyperfile": "^2.0.0",
51 "hyperlightbox": "^1.0.0",
52 "hypertabs": "^5.0.1",
53 "insert-css": "^2.0.0",
54 "json5": "^1.0.1",
55 "libnested": "^1.3.2",
56 "lodash": "^4.17.10",
57 "micro-css": "^2.0.1",
58 "mutant": "^3.22.1",
59 "mutant-pull-reduce": "^1.1.0",
60 "mutant-scroll": "^1.0.2",
61 "open-external": "^0.1.1",
62 "patch-context": "^2.0.1",
63 "patch-drafts": "0.0.6",
64 "patch-history": "^1.0.0",
65 "patch-hub": "^1.1.0",
66 "patch-inbox": "^1.1.6",
67 "patch-settings": "^1.1.2",
68 "patch-suggest": "^2.0.2",
69 "patchbay-book": "^1.0.8",
70 "patchbay-gatherings": "^2.0.2",
71 "patchbay-poll": "^1.0.5",
72 "patchcore": "^1.28.0",
73 "pull-abortable": "^4.1.1",
74 "pull-cat": "^1.1.11",
75 "pull-next": "^1.0.0",
76 "pull-scroll": "^1.0.9",
77 "pull-stream": "^3.6.8",
78 "read-directory": "^2.1.1",
79 "require-style": "^1.0.1",
80 "scuttle-blog": "^1.0.1",
81 "scuttlebot": "^11.3.3",
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.2.9",
87 "ssb-chess-db": "^1.0.2",
88 "ssb-client": "^4.5.7",
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-search": "^1.1.2",
99 "ssb-sort": "^1.1.0",
100 "ssb-ws": "^2.1.1",
101 "style-resolve": "^1.0.1",
102 "suggest-box": "^2.2.3",
103 "text-node-searcher": "^1.1.1",
104 "xtend": "^4.0.1"
105 },
106 "devDependencies": {
107 "electro": "^2.1.1",
108 "electron": "^2.0.5",
109 "standard": "^8.6.0"
110 }
111}
112

Built with git-ssb-web