git ssb

16+

Dominic / patchbay



Tree: 9ec32b65bdd8f625866616dc536cf25c26c163bc

Files: 9ec32b65bdd8f625866616dc536cf25c26c163bc / package.json

1893 bytesRaw
1{
2 "name": "patchbay",
3 "version": "7.6.0",
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-context": "^2.0.0",
53 "patch-gatherings": "^2.3.1",
54 "patch-git": "0.1.0",
55 "patchbay-gatherings": "^1.1.0",
56 "patchcore": "^0.5.0",
57 "pull-abortable": "^4.1.1",
58 "pull-cat": "^1.1.11",
59 "pull-next": "1.0.0",
60 "pull-scroll": "^1.0.4",
61 "pull-stream": "^3.5.0",
62 "read-directory": "^2.0.0",
63 "setimmediate": "^1.0.5",
64 "ssb-horcrux": "^0.1.3",
65 "ssb-mentions": "^0.1.1",
66 "style-resolve": "^1.0.1",
67 "suggest-box": "^2.2.3",
68 "text-node-searcher": "^1.1.1",
69 "xtend": "^4.0.1"
70 },
71 "devDependencies": {
72 "standard": "^8.6.0"
73 }
74}
75

Built with git-ssb-web