git ssb

16+

Dominic / patchbay



Tree: fa2f027218aa9786af67ffb14c515c69fed1002e

Files: fa2f027218aa9786af67ffb14c515c69fed1002e / package.json

1760 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.16.0",
50 "mutant-pull-reduce": "^1.0.1",
51 "open-external": "^0.1.1",
52 "patch-git": "0.1.0",
53 "patchcore": "^0.5.0",
54 "pull-abortable": "^4.1.1",
55 "pull-cat": "^1.1.11",
56 "pull-next": "1.0.0",
57 "pull-scroll": "^1.0.4",
58 "pull-stream": "^3.5.0",
59 "read-directory": "^2.0.0",
60 "setimmediate": "^1.0.5",
61 "ssb-horcrux": "^0.1.3",
62 "ssb-mentions": "^0.1.1",
63 "suggest-box": "^2.2.3",
64 "text-node-searcher": "^1.1.1",
65 "xtend": "^4.0.1"
66 },
67 "devDependencies": {
68 "standard": "^8.6.0"
69 }
70}
71

Built with git-ssb-web