git ssb

16+

Dominic / patchbay



Tree: 7aa2d4e2d44066da449a78bff5c40338fae2af97

Files: 7aa2d4e2d44066da449a78bff5c40338fae2af97 / package.json

1811 bytesRaw
1{
2 "name": "patchbay",
3 "description": "a pluggable patchwork",
4 "version": "3.1.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.1.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-sort": "^1.0.0",
46 "suggest-box": "^2.2.1",
47 "text-node-searcher": "^1.1.0",
48 "visualize-buffer": "0.0.0"
49 },
50 "devDependencies": {
51 "browselectrify": "^1.0.1"
52 },
53 "browser": {
54 "./modules/index.js": "./modules/_index.js"
55 },
56 "scripts": {
57 "build": "node build.js > modules/_index.js && mkdir -p build && browselectrify index.js > build/bundle.js",
58 "graph": "node index.js | dot -Tsvg > graph.svg",
59 "test": "set -e; for t in test/*.js; do node $t; done"
60 },
61 "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
62 "license": "MIT"
63}
64

Built with git-ssb-web