git ssb

16+

Dominic / patchbay



Tree: 287cfa70a645df435a34f56c682ad34f826eba00

Files: 287cfa70a645df435a34f56c682ad34f826eba00 / package.json

1886 bytesRaw
1{
2 "name": "patchbay",
3 "description": "a pluggable patchwork",
4 "version": "3.6.0",
5 "homepage": "https://github.com/dominictarr/patchbay",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/dominictarr/patchbay.git"
9 },
10 "dependencies": {
11 "cont": "^1.0.3",
12 "dataurl-": "^0.1.0",
13 "depject": "^1.0.1",
14 "hjson": "^2.0.3",
15 "human-time": "0.0.1",
16 "hypercombo": "0.1.0",
17 "hypercrop": "^1.0.1",
18 "hyperfile": "^1.1.0",
19 "hyperlightbox": "^0.1.3",
20 "hyperprogress": "0.1.0",
21 "hyperscript": "^1.4.7",
22 "hypertabs": "^2.2.0",
23 "is-visible": "^2.0.4",
24 "kvgraph": "^0.1.0",
25 "map-filter-reduce": "^3.0.1",
26 "mime-types": "^2.1.11",
27 "moment": "^2.13.0",
28 "open-external": "^0.1.1",
29 "peaks.js": "^0.4.7",
30 "pull-cat": "^1.1.9",
31 "pull-many": "^1.0.6",
32 "pull-next": "0.0.0",
33 "pull-paramap": "^1.1.6",
34 "pull-reconnect": "^0.0.3",
35 "pull-scroll": "^0.2.0",
36 "pull-stream": "^3.3.2",
37 "simple-mime": "^0.1.0",
38 "split-buffer": "^1.0.0",
39 "ssb-avatar": "^0.2.0",
40 "ssb-client": "^4.0.3",
41 "ssb-config": "^2.1.1",
42 "ssb-feed": "^2.2.1",
43 "ssb-git": "^0.4.1",
44 "ssb-keys": "^6.1.0",
45 "ssb-markdown": "^3.0.0",
46 "ssb-mentions": "^0.1.0",
47 "ssb-ref": "^2.6.2",
48 "ssb-sort": "^1.0.0",
49 "suggest-box": "^2.2.1",
50 "text-node-searcher": "^1.1.0",
51 "visualize-buffer": "0.0.0"
52 },
53 "devDependencies": {
54 "browselectrify": "^1.0.1"
55 },
56 "browser": {
57 "./modules/index.js": "./modules/_index.js"
58 },
59 "scripts": {
60 "build": "node build.js > modules/_index.js && mkdir -p build && browselectrify index.js > build/bundle.js",
61 "graph": "node index.js | dot -Tsvg > graph.svg",
62 "test": "set -e; for t in test/*.js; do node $t; done"
63 },
64 "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
65 "license": "MIT"
66}
67

Built with git-ssb-web