git ssb

16+

Dominic / patchbay



Tree: 17058bda8f3ec2ed8cca617fca2a13632716328b

Files: 17058bda8f3ec2ed8cca617fca2a13632716328b / package.json

1942 bytesRaw
1{
2 "name": "patchbay",
3 "version": "7.7.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"
11 },
12 "browserify": {
13 "transform": [
14 "bulkify",
15 "read-directory/transform",
16 "es2040"
17 ]
18 },
19 "repository": {
20 "type": "git",
21 "url": "git+https://github.com/ssbc/patchbay.git"
22 },
23 "author": "mixmix",
24 "maintainers": [
25 "ahdinosaur",
26 "cel",
27 "dominictarr",
28 "mmckegg"
29 ],
30 "license": "GPL-3.0",
31 "bugs": {
32 "url": "https://github.com/ssbc/patchbay/issues"
33 },
34 "homepage": "https://github.com/ssbc/patchbay#readme",
35 "dependencies": {
36 "bulk-require": "^1.0.0",
37 "bulkify": "^1.4.2",
38 "dataurl-": "^0.1.0",
39 "depject": "^3.2.0",
40 "depnest": "^1.0.2",
41 "es2040": "^1.2.5",
42 "font-awesome": "^4.7.0",
43 "hypercrop": "^1.1.0",
44 "hyperfile": "^2.0.0",
45 "hyperlightbox": "^1.0.0",
46 "hypertabs": "^4.2.0",
47 "insert-css": "^2.0.0",
48 "libnested": "^1.2.1",
49 "micro-css": "^1.0.0",
50 "mutant": "^3.18.0",
51 "mutant-pull-reduce": "^1.0.1",
52 "open-external": "^0.1.1",
53 "patch-context": "^2.0.0",
54 "patch-gatherings": "^2.4.1",
55 "patch-hub": "^1.1.0",
56 "patchbay-gatherings": "^1.1.0",
57 "patchcore": "^1.3.1",
58 "pull-abortable": "^4.1.1",
59 "pull-cat": "^1.1.11",
60 "pull-next": "1.0.0",
61 "pull-scroll": "^1.0.6",
62 "pull-stream": "^3.5.0",
63 "read-directory": "^2.0.0",
64 "setimmediate": "^1.0.5",
65 "ssb-horcrux": "^0.1.3",
66 "ssb-mentions": "^0.1.1",
67 "style-resolve": "^1.0.1",
68 "suggest-box": "^2.2.3",
69 "text-node-searcher": "^1.1.1",
70 "xtend": "^4.0.1"
71 },
72 "devDependencies": {
73 "standard": "^8.6.0"
74 }
75}
76

Built with git-ssb-web