Files: 6840d4cabbba4fcab779848efd97ed066525f30c / package.json
2749 bytesRaw
1 | { |
2 | "name": "patchbay", |
3 | "version": "7.13.0", |
4 | "description": "patchbay 2, built on patchcore", |
5 | "main": "main.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 | "dev": "echo 'run your own sbot!' && electro main.js -- --title patchbay" |
11 | }, |
12 | "browserify": { |
13 | "transform": [ |
14 | "bulkify", |
15 | "read-directory/transform", |
16 | "require-style/transform", |
17 | "es2040" |
18 | ] |
19 | }, |
20 | "repository": { |
21 | "type": "git", |
22 | "url": "git+https://github.com/ssbc/patchbay.git" |
23 | }, |
24 | "author": "mixmix", |
25 | "maintainers": [ |
26 | "ahdinosaur", |
27 | "cel", |
28 | "dominictarr", |
29 | "mmckegg" |
30 | ], |
31 | "license": "GPL-3.0", |
32 | "bugs": { |
33 | "url": "https://github.com/ssbc/patchbay/issues" |
34 | }, |
35 | "homepage": "https://github.com/ssbc/patchbay#readme", |
36 | "dependencies": { |
37 | "bulk-require": "^1.0.0", |
38 | "bulkify": "^1.4.2", |
39 | "cross-script": "^1.0.5", |
40 | "dataurl-": "^0.1.0", |
41 | "depject": "^3.2.0", |
42 | "depnest": "^1.0.2", |
43 | "electron-default-menu": "^1.0.1", |
44 | "electron-window-state": "^4.1.1", |
45 | "es2040": "^1.2.5", |
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.0", |
51 | "insert-css": "^2.0.0", |
52 | "libnested": "^1.2.1", |
53 | "lodash": "^4.17.4", |
54 | "micro-css": "^2.0.1", |
55 | "mutant": "^3.18.0", |
56 | "mutant-pull-reduce": "^1.0.1", |
57 | "open-external": "^0.1.1", |
58 | "patch-context": "^2.0.0", |
59 | "patch-history": "^1.0.0", |
60 | "patch-hub": "^1.1.0", |
61 | "patch-inbox": "^1.0.2", |
62 | "patch-settings": "^1.0.0", |
63 | "patch-suggest": "^1.0.1", |
64 | "patchbay-book": "^1.0.0", |
65 | "patchbay-gatherings": "^2.0.0", |
66 | "patchcore": "^1.12.1", |
67 | "pull-abortable": "^4.1.1", |
68 | "pull-cat": "^1.1.11", |
69 | "pull-next": "1.0.0", |
70 | "pull-scroll": "^1.0.9", |
71 | "pull-stream": "^3.5.0", |
72 | "read-directory": "^2.0.0", |
73 | "require-style": "^1.0.0", |
74 | "scuttlebot": "^10.4.4", |
75 | "setimmediate": "^1.0.5", |
76 | "ssb-chess": "^1.7.1", |
77 | "ssb-chess-db": "1.0.1", |
78 | "ssb-horcrux": "^0.1.3", |
79 | "ssb-mentions": "~0.4.0", |
80 | "ssb-mutual": "^0.1.0", |
81 | "ssb-ws": "^1.0.3", |
82 | "style-resolve": "^1.0.1", |
83 | "suggest-box": "^2.2.3", |
84 | "text-node-searcher": "^1.1.1", |
85 | "xtend": "^4.0.1" |
86 | }, |
87 | "devDependencies": { |
88 | "electro": "^2.0.3", |
89 | "electron": "~1.8.1", |
90 | "ssb-about": "^0.1.0", |
91 | "ssb-backlinks": "^0.4.0", |
92 | "ssb-blobs": "^1.1.3", |
93 | "ssb-friends": "^2.2.3", |
94 | "ssb-fulltext": "^1.0.1", |
95 | "ssb-keys": "^7.0.10", |
96 | "ssb-private": "^0.1.2", |
97 | "ssb-query": "^0.1.2", |
98 | "standard": "^8.6.0" |
99 | } |
100 | } |
101 |
Built with git-ssb-web