git ssb

16+

Dominic / patchbay



Tree: a3577fc70f3b65a93d2d0e8cd6c529f6695a70a4

Files: a3577fc70f3b65a93d2d0e8cd6c529f6695a70a4 / package.json

2834 bytesRaw
1{
2 "name": "patchbay",
3 "version": "7.13.0",
4 "description": "patchbay 2, built on patchcore",
5 "main": "main.js",
6 "scripts": {
7 "lint": "standard",
8 "rebuild": "cross-script npm rebuild --runtime=electron \"--target=$(electron -v)\" \"--abi=$(electron --abi)\" --disturl=https://atom.io/download/atom-shell",
9 "start": "electron index.js -- --title patchbay",
10 "dev": "echo 'run your own sbot!' && electro main.js -- --title patchbay --icon ./assets/icon.png"
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.1",
38 "bulkify": "^1.4.2",
39 "cross-script": "^1.0.5",
40 "dataurl-": "^0.1.0",
41 "depject": "^3.2.0",
42 "depnest": "^1.3.0",
43 "electron-default-menu": "^1.0.1",
44 "electron-window-state": "^4.1.1",
45 "es2040": "^1.2.6",
46 "font-awesome": "^4.7.0",
47 "hypercrop": "^1.1.0",
48 "hyperfile": "^2.0.0",
49 "hyperlightbox": "^1.0.0",
50 "hypertabs": "^5.0.0",
51 "insert-css": "^2.0.0",
52 "libnested": "^1.2.1",
53 "lodash": "^4.17.4",
54 "micro-css": "^2.0.1",
55 "mutant": "^3.22.1",
56 "mutant-pull-reduce": "^1.1.0",
57 "open-external": "^0.1.1",
58 "patch-context": "^2.0.0",
59 "patch-drafts": "0.0.6",
60 "patch-history": "^1.0.0",
61 "patch-hub": "^1.1.0",
62 "patch-inbox": "^1.0.2",
63 "patch-settings": "^1.0.1",
64 "patch-suggest": "^1.0.1",
65 "patchbay-book": "^1.0.3",
66 "patchbay-gatherings": "^2.0.0",
67 "patchcore": "^1.18.0",
68 "pull-abortable": "^4.1.1",
69 "pull-cat": "^1.1.11",
70 "pull-next": "^1.0.0",
71 "pull-scroll": "^1.0.9",
72 "pull-stream": "^3.6.1",
73 "read-directory": "^2.1.1",
74 "require-style": "^1.0.1",
75 "scuttlebot": "^10.4.10",
76 "setimmediate": "^1.0.5",
77 "ssb-chess": "^1.9.4",
78 "ssb-chess-db": "^1.0.1",
79 "ssb-client": "^4.5.2",
80 "ssb-horcrux": "^0.1.3",
81 "ssb-mentions": "^0.4.1",
82 "ssb-mutual": "^0.1.0",
83 "ssb-ws": "^1.0.3",
84 "style-resolve": "^1.0.1",
85 "suggest-box": "^2.2.3",
86 "text-node-searcher": "^1.1.1",
87 "xtend": "^4.0.1"
88 },
89 "devDependencies": {
90 "electro": "^2.0.3",
91 "electron": "~1.8.1",
92 "ssb-about": "^0.1.1",
93 "ssb-backlinks": "^0.6.1",
94 "ssb-blobs": "^1.1.3",
95 "ssb-friends": "^2.2.3",
96 "ssb-fulltext": "^1.0.1",
97 "ssb-keys": "^7.0.13",
98 "ssb-private": "^0.1.2",
99 "ssb-query": "^1.0.1",
100 "standard": "^8.6.0"
101 }
102}
103

Built with git-ssb-web