git ssb

1+

ev / minbay



Tree: afe7de9580840925af61711b5ab0d6c57d1131a4

Files: afe7de9580840925af61711b5ab0d6c57d1131a4 / package.json

2020 bytesRaw
1{
2 "name": "minbay",
3 "description": "minimal as possible sbot client",
4 "version": "1.1.0",
5 "homepage": "https://github.com/ssbc/minbay",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/ssbc/minbay.git"
9 },
10 "dependencies": {
11 "cont": "^1.0.3",
12 "dataurl-": "^0.1.0",
13 "depject": "^3.0.0",
14 "ecstatic": "^2.1.0",
15 "hjson": "^2.0.3",
16 "human-time": "0.0.1",
17 "hypercombo": "0.1.0",
18 "hypercrop": "^1.0.1",
19 "hyperfile": "^2.0.0",
20 "hyperlightbox": "^0.1.3",
21 "hyperprogress": "0.1.0",
22 "hyperscript": "^1.4.7",
23 "hypertabs-vertical": "^3.0.0",
24 "is-visible": "^2.1.1",
25 "kvgraph": "^0.1.0",
26 "map-filter-reduce": "^3.0.1",
27 "mime-types": "^2.1.11",
28 "moment": "^2.13.0",
29 "open-external": "^0.1.1",
30 "peaks.js": "^0.4.7",
31 "pull-cat": "^1.1.9",
32 "pull-many": "^1.0.7",
33 "pull-next": "^0.0.1",
34 "pull-paramap": "^1.1.6",
35 "pull-reconnect": "^0.0.3",
36 "pull-scroll": "^0.3.3",
37 "pull-stream": "^3.4.5",
38 "scuttlebot": "^9.4.2",
39 "simple-mime": "^0.1.0",
40 "split-buffer": "^1.0.0",
41 "ssb-avatar": "^0.2.0",
42 "ssb-blobs": "^0.1.7",
43 "ssb-client": "^4.0.3",
44 "ssb-config": "^2.1.1",
45 "ssb-feed": "^2.2.1",
46 "ssb-git": "^0.4.1",
47 "ssb-keys": "^6.1.0",
48 "ssb-links": "^2.0.0",
49 "ssb-markdown": "^3.0.0",
50 "ssb-mentions": "^0.1.0",
51 "ssb-query": "^0.1.2",
52 "ssb-ref": "^2.6.2",
53 "ssb-sort": "^1.0.0",
54 "ssb-ws": "^1.0.1",
55 "suggest-box": "^2.2.1",
56 "text-node-searcher": "^1.1.0",
57 "visualize-buffer": "0.0.1"
58 },
59 "devDependencies": {
60 "indexhtmlify": "^1.3.1"
61 },
62 "scripts": {
63 "ssb": "rm -rf ssb-pkgs && git clone ssb://%DcQl5bvPqEeU6ETOfdB98o6Q3rRXPuq4HbXaBt3tBSE=.sha256 ssb-pkgs",
64 "build": "node scripts/style.js && mkdir -p build && browserify index.js | indexhtmlify > build/index.html",
65 "start": "node sbot server --allowPrivate"
66 },
67 "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
68 "license": "MIT"
69}
70

Built with git-ssb-web