git ssb

16+

Dominic / patchbay



Tree: cc550e6b528ff16fd3a9e451b3d8a650af6b918f

Files: cc550e6b528ff16fd3a9e451b3d8a650af6b918f / package.json

2033 bytesRaw
1{
2 "name": "patchbay",
3 "version": "7.8.1",
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 "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 "pull-abortable": "^4.1.1",
60 "pull-cat": "^1.1.11",
61 "pull-next": "1.0.0",
62 "pull-scroll": "^1.0.7",
63 "pull-stream": "^3.5.0",
64 "read-directory": "^2.0.0",
65 "require-style": "^1.0.0",
66 "setimmediate": "^1.0.5",
67 "ssb-chess": "1.4.3",
68 "ssb-horcrux": "^0.1.3",
69 "ssb-mentions": "~0.4.0",
70 "style-resolve": "^1.0.1",
71 "suggest-box": "^2.2.3",
72 "text-node-searcher": "^1.1.1",
73 "xtend": "^4.0.1"
74 },
75 "devDependencies": {
76 "standard": "^8.6.0"
77 }
78}
79

Built with git-ssb-web