git ssb

16+

Dominic / patchbay



Tree: ac9f52c5377a89750cd1ebe72da7f2636e6a5929

Files: ac9f52c5377a89750cd1ebe72da7f2636e6a5929 / package.json

2944 bytesRaw
1{
2 "name": "patchbay",
3 "version": "7.13.1",
4 "description": "patchbay 2, built on patchcore",
5 "main": "index.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": "^4.1.1",
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.1",
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.1",
59 "patch-drafts": "0.0.6",
60 "patch-history": "^1.0.0",
61 "patch-hub": "^1.1.0",
62 "patch-inbox": "^1.1.4",
63 "patch-settings": "^1.1.1",
64 "patch-suggest": "^2.0.2",
65 "patchbay-book": "^1.0.6",
66 "patchbay-gatherings": "^2.0.1",
67 "patchbay-poll": "^1.0.5",
68 "patchcore": "^1.27.2",
69 "pull-abortable": "^4.1.1",
70 "pull-cat": "^1.1.11",
71 "pull-next": "^1.0.0",
72 "pull-scroll": "^1.0.9",
73 "pull-stream": "^3.6.8",
74 "read-directory": "^2.1.1",
75 "require-style": "^1.0.1",
76 "scuttle-blog": "^1.0.1",
77 "scuttlebot": "^11.3.0",
78 "setimmediate": "^1.0.5",
79 "ssb-about": "^0.1.2",
80 "ssb-backlinks": "^0.7.1",
81 "ssb-blobs": "^1.1.3",
82 "ssb-chess": "^2.2.4",
83 "ssb-chess-db": "^1.0.2",
84 "ssb-client": "^4.5.7",
85 "ssb-ebt": "^5.2.0",
86 "ssb-friends": "^2.4.0",
87 "ssb-horcrux": "^1.0.0",
88 "ssb-keys": "^7.0.15",
89 "ssb-meme": "^1.0.4",
90 "ssb-mentions": "^0.4.1",
91 "ssb-mutual": "^0.1.0",
92 "ssb-private": "^0.2.1",
93 "ssb-query": "^2.1.0",
94 "ssb-search": "^1.0.1",
95 "ssb-ws": "^1.0.3",
96 "style-resolve": "^1.0.1",
97 "suggest-box": "^2.2.3",
98 "text-node-searcher": "^1.1.1",
99 "xtend": "^4.0.1"
100 },
101 "devDependencies": {
102 "electro": "^2.1.1",
103 "electron": "^1.8.6",
104 "standard": "^8.6.0"
105 }
106}
107

Built with git-ssb-web