git ssb

0+

Dominic / ssb-ebt



Tree: 50365656e538d819d23889767bc3a1228bce558c

Files: 50365656e538d819d23889767bc3a1228bce558c / package.json

832 bytesRaw
1{
2 "name": "ssb-ebt",
3 "description": "scaleable scuttlebutt replication for ssb",
4 "version": "1.3.2",
5 "homepage": "https://github.com/dominictarr/ssb-ebt",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/dominictarr/ssb-ebt.git"
9 },
10 "dependencies": {
11 "base64-url": "^1.3.3",
12 "cont": "^1.0.3",
13 "epidemic-broadcast-trees": "^3.0.0",
14 "lossy-store": "^1.1.1",
15 "obv": "0.0.1",
16 "pull-cont": "^0.1.1",
17 "pull-stream": "^3.5.0"
18 },
19 "devDependencies": {
20 "scuttlebot": "^10.3.0",
21 "ssb-client": "^4.4.0",
22 "ssb-friends": "^2.0.5",
23 "ssb-generate": "^1.0.1",
24 "ssb-validate": "0.0.0"
25 },
26 "scripts": {
27 "test": "set -e; for t in test/*.js; do node $t; done"
28 },
29 "author": "'Dominic Tarr' <dominic.tarr@gmail.com> (http://dominictarr.com)",
30 "license": "MIT"
31}
32

Built with git-ssb-web