git ssb

16+

Dominic / patchbay



Tree: c493e24e3dd3c7732099cf62acbabe7501d136f3

Files: c493e24e3dd3c7732099cf62acbabe7501d136f3 / package.json

3295 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 "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 "cross-script": "^1.0.5",
48 "dataurl-": "^0.1.0",
49 "depject": "^4.1.1",
50 "depnest": "^1.3.0",
51 "electron-default-menu": "^1.0.1",
52 "electron-window-state": "^4.1.1",
53 "font-awesome": "^4.7.0",
54 "hypercrop": "^1.1.0",
55 "hyperfile": "^2.0.0",
56 "hyperlightbox": "^1.0.0",
57 "hypertabs": "^5.0.1",
58 "json5": "^1.0.1",
59 "libnested": "^1.3.2",
60 "lodash": "^4.17.10",
61 "marama": "^1.2.2",
62 "micro-css": "^2.0.1",
63 "mutant": "^3.22.1",
64 "mutant-scroll": "^1.0.2",
65 "open-external": "^0.1.1",
66 "patch-context": "^2.0.1",
67 "patch-drafts": "0.0.6",
68 "patch-history": "^1.0.0",
69 "patch-inbox": "^1.1.9",
70 "patch-settings": "^1.1.2",
71 "patch-suggest": "^2.0.2",
72 "patchbay-book": "^1.0.8",
73 "patchbay-dark-crystal": "^1.0.5",
74 "patchbay-gatherings": "^3.2.0",
75 "patchbay-poll": "^1.1.1",
76 "patchbay-scry": "^1.2.0",
77 "patchcore": "^1.28.1",
78 "pull-abortable": "^4.1.1",
79 "pull-next-query": "^1.0.0",
80 "pull-notify": "^0.1.1",
81 "pull-scroll": "^1.0.9",
82 "pull-stream": "^3.6.9",
83 "read-directory": "^3.0.0",
84 "require-style": "^1.0.1",
85 "scuttle-blog": "^1.0.1",
86 "scuttle-poll": "^1.3.4",
87 "scuttlebot": "^12.0.0",
88 "setimmediate": "^1.0.5",
89 "ssb-about": "^0.1.2",
90 "ssb-backlinks": "^0.7.3",
91 "ssb-blob-files": "^1.1.1",
92 "ssb-blobs": "^1.1.5",
93 "ssb-chess-db": "^1.0.4",
94 "ssb-chess-mithril": "1.0.3",
95 "ssb-config": "^2.3.0",
96 "ssb-ebt": "^5.2.3",
97 "ssb-friends": "^3.1.3",
98 "ssb-keys": "^7.0.15",
99 "ssb-meme": "^1.0.4",
100 "ssb-mentions": "^0.5.0",
101 "ssb-mutual": "^0.1.0",
102 "ssb-private": "^0.2.3",
103 "ssb-query": "^2.1.0",
104 "ssb-ref": "^2.12.0",
105 "ssb-search": "^1.1.2",
106 "ssb-sort": "^1.1.0",
107 "ssb-unread": "^1.0.1",
108 "ssb-ws": "^2.1.1",
109 "suggest-box": "^2.2.3",
110 "text-node-searcher": "^1.1.1",
111 "xtend": "^4.0.1"
112 },
113 "devDependencies": {
114 "electro": "^2.1.1",
115 "electron": "^2.0.8",
116 "eslint-config-standard": "^12.0.0",
117 "standard": "^11.0.1"
118 }
119}
120

Built with git-ssb-web