git ssb

0+

Daan Patchwork / ssb-viewer



forked from cel / ssb-viewer

Tree: 332c09b046eddbc3f31c2105251afcf185d868b0

Files: 332c09b046eddbc3f31c2105251afcf185d868b0 / package.json

865 bytesRaw
1{
2 "name": "ssb-viewer",
3 "version": "1.0.0",
4 "description": "serve ssb threads as (embeddable) web pages",
5 "main": "index.js",
6 "bin": "bin.js",
7 "dependencies": {
8 "asyncmemo": "^1.0.0",
9 "emoji-named-characters": "^1.0.2",
10 "emoji-server": "^1.0.0",
11 "human-time": "^0.0.1",
12 "hyperscript": "2.0.2",
13 "lrucache": "^1.0.2",
14 "pull-box-stream": "^1.0.13",
15 "pull-cat": "^1.1.11",
16 "pull-paramap": "^1.2.1",
17 "pull-stream": "^3.5.0",
18 "ssb-acme-validator": "http://localhost:8989/blobs/get/&MgpztmIbg8wShqDXBcKt0w78qwcpNe8qb4n3fsveve8=.sha256",
19 "ssb-client": "^4.5.2",
20 "ssb-marked": "^0.7.3",
21 "ssb-ref": "^2.9.0",
22 "ssb-sort": "^1.0.0",
23 "ssb-web-resolver": "^1.0.4",
24 "stream-to-pull-stream": "^1.7.2"
25 },
26 "devDependencies": {
27 "tape": "^4.6.2"
28 },
29 "author": "cel",
30 "license": "AGPL-3.0+"
31}
32

Built with git-ssb-web