git ssb

0+

dangerousbeans / patchbay-bootstrap



Tree: 4933079a082563c40c9370cc82beab1aea4f11f6

Files: 4933079a082563c40c9370cc82beab1aea4f11f6 / package.json

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

Built with git-ssb-web