git ssb

16+

Dominic / patchbay



Tree: c9a62bb9b4eb9236d7aae1a6487ad19d7affc72d

Files: c9a62bb9b4eb9236d7aae1a6487ad19d7affc72d / package.json

1836 bytesRaw
1{
2 "name": "patchbay",
3 "description": "a pluggable patchwork",
4 "version": "4.0.1",
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 "map-filter-reduce": "^3.0.1",
25 "mime-types": "^2.1.11",
26 "moment": "^2.13.0",
27 "open-external": "^0.1.1",
28 "peaks.js": "^0.4.7",
29 "pull-cat": "^1.1.9",
30 "pull-many": "^1.0.6",
31 "pull-next": "0.0.0",
32 "pull-paramap": "^1.1.6",
33 "pull-reconnect": "^0.0.3",
34 "pull-scroll": "^0.2.0",
35 "pull-stream": "^3.3.2",
36 "simple-mime": "^0.1.0",
37 "split-buffer": "^1.0.0",
38 "ssb-avatar": "^0.2.0",
39 "ssb-client": "^4.0.3",
40 "ssb-config": "^2.1.1",
41 "ssb-feed": "^2.2.1",
42 "ssb-keys": "^6.1.0",
43 "ssb-markdown": "^3.0.0",
44 "ssb-mentions": "^0.1.0",
45 "ssb-ref": "^2.6.2",
46 "ssb-sort": "^1.0.0",
47 "suggest-box": "^2.2.1",
48 "text-node-searcher": "^1.1.0",
49 "visualize-buffer": "0.0.0"
50 },
51 "devDependencies": {
52 "browselectrify": "^1.0.1"
53 },
54 "browser": {
55 "./modules/index.js": "./modules/_index.js"
56 },
57 "scripts": {
58 "build": "node build.js > modules/_index.js && mkdir -p build && browselectrify index.js > build/bundle.js",
59 "graph": "node index.js | dot -Tsvg > graph.svg",
60 "test": "set -e; for t in test/*.js; do node $t; done"
61 },
62 "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
63 "license": "MIT"
64}
65

Built with git-ssb-web