git ssb

16+

Dominic / patchbay



Tree: 969793e4372dd1060b4b8156ab198df532d93cf5

Files: 969793e4372dd1060b4b8156ab198df532d93cf5 / package.json

1562 bytesRaw
1{
2 "name": "patchbay",
3 "description": "a pluggable patchwork",
4 "version": "1.13.3",
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 "hypercrop": "^1.0.1",
15 "hyperfile": "^1.1.0",
16 "hyperlightbox": "^0.1.1",
17 "hyperprogress": "0.1.0",
18 "hyperscript": "^1.4.7",
19 "hypertabs": "^1.2.0",
20 "mime-types": "^2.1.11",
21 "moment": "^2.13.0",
22 "open-external": "^0.1.1",
23 "peaks.js": "^0.4.7",
24 "pull-cat": "^1.1.9",
25 "pull-next": "0.0.0",
26 "pull-paramap": "^1.1.6",
27 "pull-reconnect": "^0.0.3",
28 "pull-scroll": "^0.2.0",
29 "pull-stream": "^3.3.2",
30 "split-buffer": "^1.0.0",
31 "ssb-avatar": "^0.1.0",
32 "ssb-client": "^4.0.2",
33 "ssb-feed": "^2.1.3",
34 "ssb-keys": "^5.1.0",
35 "ssb-markdown": "^3.0.0",
36 "ssb-mentions": "^0.1.0",
37 "ssb-sort": "0.0.0",
38 "suggest-box": "^2.0.0",
39 "text-node-searcher": "^1.1.0"
40 },
41 "devDependencies": {
42 "brfs": "^1.4.3",
43 "indexhtmlify": "^1.2.1"
44 },
45 "scripts": {
46 "build": "node build.js > modules/index.js && mkdir -p build && browserify -t brfs index.js > build/bundle.js && indexhtmlify < build/bundle.js > build/index.html",
47 "graph": "node index.js | dot -Tsvg > graph.svg",
48 "test": "set -e; for t in test/*.js; do node $t; done"
49 },
50 "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
51 "license": "MIT"
52}
53

Built with git-ssb-web