Files: dc77a973ce448175f6dd422d71a0270d7e586046 / package.json
1831 bytesRaw
1 | { |
2 | "name": "patchbay", |
3 | "version": "7.5.2", |
4 | "description": "patchbay 2, built on patchcore", |
5 | "main": "index.js", |
6 | "scripts": { |
7 | "lint": "standard", |
8 | "rebuild": "npm rebuild --runtime=electron --target=$(electron -v) --abi=$(electron --abi) --disturl=https://atom.io/download/atom-shell", |
9 | "start": "electro main.js" |
10 | }, |
11 | "browserify": { |
12 | "transform": [ |
13 | "bulkify", |
14 | "read-directory/transform", |
15 | "es2040" |
16 | ] |
17 | }, |
18 | "repository": { |
19 | "type": "git", |
20 | "url": "git+https://github.com/ssbc/patchbay.git" |
21 | }, |
22 | "author": "mixmix", |
23 | "maintainers": [ |
24 | "ahdinosaur", |
25 | "cel", |
26 | "dominictarr", |
27 | "mmckegg" |
28 | ], |
29 | "license": "GPL-3.0", |
30 | "bugs": { |
31 | "url": "https://github.com/ssbc/patchbay/issues" |
32 | }, |
33 | "homepage": "https://github.com/ssbc/patchbay#readme", |
34 | "dependencies": { |
35 | "bulk-require": "^1.0.0", |
36 | "bulkify": "^1.4.2", |
37 | "dataurl-": "^0.1.0", |
38 | "depject": "^3.2.0", |
39 | "depnest": "^1.0.2", |
40 | "es2040": "^1.2.5", |
41 | "font-awesome": "^4.7.0", |
42 | "hypercrop": "^1.1.0", |
43 | "hyperfile": "^2.0.0", |
44 | "hyperlightbox": "^1.0.0", |
45 | "hypertabs": "^4.2.0", |
46 | "insert-css": "^2.0.0", |
47 | "libnested": "^1.2.1", |
48 | "micro-css": "^1.0.0", |
49 | "mutant": "^3.18.0", |
50 | "mutant-pull-reduce": "^1.0.1", |
51 | "open-external": "^0.1.1", |
52 | "patch-gatherings": "^2.2.0", |
53 | "patch-git": "0.1.0", |
54 | "patchbay-gatherings": "^1.1.0", |
55 | "patchcore": "^0.5.0", |
56 | "pull-abortable": "^4.1.1", |
57 | "pull-cat": "^1.1.11", |
58 | "pull-next": "1.0.0", |
59 | "pull-scroll": "^1.0.4", |
60 | "pull-stream": "^3.5.0", |
61 | "read-directory": "^2.0.0", |
62 | "setimmediate": "^1.0.5", |
63 | "ssb-horcrux": "^0.1.3", |
64 | "ssb-mentions": "^0.1.1", |
65 | "suggest-box": "^2.2.3", |
66 | "text-node-searcher": "^1.1.1", |
67 | "xtend": "^4.0.1" |
68 | }, |
69 | "devDependencies": { |
70 | "standard": "^8.6.0" |
71 | } |
72 | } |
73 |
Built with git-ssb-web