git ssb

1+

ev / minbay



Tree: 21595a9ee2f161523d147e03172bdc0078f31f14

Files: 21595a9ee2f161523d147e03172bdc0078f31f14 / package.json

1626 bytesRaw
1{
2 "name": "minbay",
3 "description": "a minimal lite client for secure scuttlebutt",
4 "version": "3.7.0",
5 "homepage": "https://github.com/evbogue/minbay",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/evbogue/minbay.git"
9 },
10 "dependencies": {
11 "brfs": "^1.4.3",
12 "depject": "^4.1.1",
13 "ecstatic": "^3.1.0",
14 "human-time": "0.0.1",
15 "hyperloadmore": "^1.1.0",
16 "hyperscript": "^2.0.2",
17 "opener": "^1.4.3",
18 "patchapp-key": "^1.0.1",
19 "patchapp-threads": "^2.2.0",
20 "patchavatar-names": "^1.0.0",
21 "patchavatar-raw": "^1.0.0",
22 "patchcompose": "^1.2.1",
23 "patchcompose-drafts": "^1.0.0",
24 "patchcompose-file": "^1.0.0",
25 "patchconfirm-lightbox": "^1.0.0",
26 "patchidentity": "^1.2.1",
27 "patchless": "^1.7.0",
28 "patchnav-less": "^2.0.0",
29 "patchsuggest": "^1.0.0",
30 "pull-file": "^1.1.0",
31 "pull-more": "^1.0.0",
32 "pull-reconnect": "0.0.3",
33 "pull-stream": "^3.6.1",
34 "pull-stringify": "^2.0.0",
35 "scuttlebot": "10.4.10",
36 "ssb-client": "^4.5.2",
37 "ssb-config": "^2.2.0",
38 "ssb-ebt": "^2.0.0",
39 "ssb-keys": "^7.0.13",
40 "ssb-markdown": "^3.3.0",
41 "ssb-names": "^3.1.0",
42 "ssb-ooo": "^1.0.7",
43 "ssb-ref": "^2.8.0",
44 "ssb-thread": "^1.1.0",
45 "ssb-ws": "^2.0.0",
46 "visualize-buffer": "0.0.1"
47 },
48 "scripts": {
49 "electron": "electro index.js",
50 "build": "node scripts/style.js && mkdir -p build && browserify index.js | indexhtmlify > build/index.html",
51 "start": "node bin"
52 },
53 "devDependencies": {
54 "browserify": "^14.5.0",
55 "indexhtmlify": "^1.3.1"
56 },
57 "license": "MIT"
58}
59

Built with git-ssb-web