git ssb

16+

Dominic / patchbay



Tree: 5c1e2452128afa68d0a271956f96d9e98f47e17b

Files: 5c1e2452128afa68d0a271956f96d9e98f47e17b / package.json

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

Built with git-ssb-web