Files: 57003379961d045ad830d7f296c7d85d38366021 / package.json
2085 bytesRaw
1 | { |
2 | "name": "patchbay", |
3 | "version": "7.9.0", |
4 | "description": "patchbay 2, built on patchcore", |
5 | "main": "index.js", |
6 | "scripts": { |
7 | "lint": "standard", |
8 | "setup": "npm install electron electro -g", |
9 | "rebuild": "npm rebuild --runtime=electron --target=$(electron -v) --abi=$(electron --abi) --disturl=https://atom.io/download/atom-shell", |
10 | "start": "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 | "dataurl-": "^0.1.0", |
40 | "depject": "^3.2.0", |
41 | "depnest": "^1.0.2", |
42 | "es2040": "^1.2.5", |
43 | "font-awesome": "^4.7.0", |
44 | "hypercrop": "^1.1.0", |
45 | "hyperfile": "^2.0.0", |
46 | "hyperlightbox": "^1.0.0", |
47 | "hypertabs": "^4.2.0", |
48 | "insert-css": "^2.0.0", |
49 | "libnested": "^1.2.1", |
50 | "micro-css": "^1.0.0", |
51 | "mutant": "^3.18.0", |
52 | "mutant-pull-reduce": "^1.0.1", |
53 | "open-external": "^0.1.1", |
54 | "patch-context": "^2.0.0", |
55 | "patch-gatherings": "^2.4.3", |
56 | "patch-hub": "^1.1.0", |
57 | "patchbay-gatherings": "^1.1.2", |
58 | "patchcore": "^1.10.3", |
59 | "patch-settings": "^1.0.0", |
60 | "pull-abortable": "^4.1.1", |
61 | "pull-cat": "^1.1.11", |
62 | "pull-next": "1.0.0", |
63 | "pull-scroll": "^1.0.7", |
64 | "pull-stream": "^3.5.0", |
65 | "read-directory": "^2.0.0", |
66 | "require-style": "^1.0.0", |
67 | "setimmediate": "^1.0.5", |
68 | "ssb-chess": "1.4.3", |
69 | "ssb-horcrux": "^0.1.3", |
70 | "ssb-mentions": "~0.4.0", |
71 | "style-resolve": "^1.0.1", |
72 | "suggest-box": "^2.2.3", |
73 | "text-node-searcher": "^1.1.1", |
74 | "xtend": "^4.0.1" |
75 | }, |
76 | "devDependencies": { |
77 | "standard": "^8.6.0" |
78 | } |
79 | } |
80 |
Built with git-ssb-web