git ssb

16+

Dominic / patchbay



Tree: 7470f29e565172555b9c2e102a58e88dd52a2d6a

Files: 7470f29e565172555b9c2e102a58e88dd52a2d6a / package.json

2520 bytesRaw
1{
2 "name": "patchbay",
3 "description": "a pluggable patchwork",
4 "version": "6.1.6",
5 "homepage": "https://github.com/dominictarr/patchbay",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/dominictarr/patchbay.git"
9 },
10 "dependencies": {
11 "@mmckegg/mutant": "^3.10.1",
12 "brfs": "^1.4.3",
13 "cont": "^1.0.3",
14 "dataurl-": "^0.1.0",
15 "depject": "^3.0.0",
16 "es2040": "^1.2.4",
17 "hjson": "^2.0.3",
18 "human-time": "0.0.1",
19 "hypercombo": "0.1.0",
20 "hypercrop": "^1.0.1",
21 "hyperfile": "^1.1.0",
22 "hyperlightbox": "^0.1.3",
23 "hyperprogress": "0.1.0",
24 "hyperscript": "^1.4.7",
25 "hypertabs": "^3.0.0",
26 "insert-css": "^2.0.0",
27 "is-visible": "^2.1.1",
28 "kvgraph": "^0.1.0",
29 "map-filter-reduce": "^3.0.1",
30 "micro-css": "^0.6.2",
31 "mime-types": "^2.1.11",
32 "moment": "^2.13.0",
33 "open-external": "^0.1.1",
34 "peaks.js": "^0.4.7",
35 "pull-cat": "^1.1.9",
36 "pull-many": "^1.0.7",
37 "pull-next": "^0.0.1",
38 "pull-paramap": "^1.1.6",
39 "pull-reconnect": "^0.0.3",
40 "pull-scroll": "^0.3.3",
41 "pull-stream": "^3.4.5",
42 "scuttlebot": "^8.7.2",
43 "setimmediate": "^1.0.5",
44 "simple-mime": "^0.1.0",
45 "split-buffer": "^1.0.0",
46 "ssb-avatar": "^0.2.0",
47 "ssb-blobs": "^0.1.7",
48 "ssb-client": "^4.0.3",
49 "ssb-config": "^2.1.1",
50 "ssb-feed": "^2.2.1",
51 "ssb-git": "^0.4.1",
52 "ssb-keys": "^6.1.0",
53 "ssb-links": "^2.0.0",
54 "ssb-markdown": "^3.0.0",
55 "ssb-mentions": "^0.1.0",
56 "ssb-query": "^0.1.1",
57 "ssb-ref": "^2.6.2",
58 "ssb-sort": "^1.0.0",
59 "ssb-ws": "^0.6.2",
60 "suggest-box": "^2.2.1",
61 "text-node-searcher": "^1.1.0",
62 "visualize-buffer": "0.0.1"
63 },
64 "devDependencies": {
65 "browselectrify": "^1.0.1",
66 "electro": "^2.0.3",
67 "electron": "^1.4.10",
68 "indexhtmlify": "^1.3.1"
69 },
70 "browserify": {
71 "transform": [
72 "brfs",
73 "es2040"
74 ]
75 },
76 "scripts": {
77 "lite": "mkdir -p build && browserify index.js | indexhtmlify --title patchbay > build/index.html",
78 "start": "electro index.js",
79 "bundle": "mkdir -p build && browselectrify index.js > build/bundle.js",
80 "rebuild": "npm rebuild --runtime=electron --target=$(electron -v) --abi=$(electron --abi) --disturl=https://atom.io/download/atom-shell",
81 "graph": "node index.js | dot -Tsvg > graph.svg",
82 "test": "set -e; for t in test/*.js; do node $t; done"
83 },
84 "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
85 "license": "MIT"
86}
87

Built with git-ssb-web