Files: f166b2d9af67a06ce2412e01babeb6fe10a9496d / package.json
793 bytesRaw
1 | { |
2 | "name": "ssb-ooo", |
3 | "description": "gossip requests for out-of-order messages on ssb", |
4 | "version": "1.0.7", |
5 | "homepage": "https://github.com/dominictarr/ssb-ooo", |
6 | "repository": { |
7 | "type": "git", |
8 | "url": "git://github.com/dominictarr/ssb-ooo.git" |
9 | }, |
10 | "dependencies": { |
11 | "flumecodec": "0.0.1", |
12 | "flumedb": "^0.4.2", |
13 | "flumelog-offset": "^3.2.5", |
14 | "flumeview-hashtable": "^1.0.2", |
15 | "gossip-query": "^0.2.1", |
16 | "mkdirp": "^0.5.1", |
17 | "pull-stream": "^3.6.1", |
18 | "ssb-keys": "^7.0.12", |
19 | "ssb-ref": "^2.7.1" |
20 | }, |
21 | "devDependencies": { |
22 | "rimraf": "^2.6.1", |
23 | "tape": "^4.8.0" |
24 | }, |
25 | "scripts": { |
26 | "test": "set -e; for t in test/*.js; do node $t; done" |
27 | }, |
28 | "author": "'Dominic Tarr' <dominic.tarr@gmail.com> (dominictarr.com)", |
29 | "license": "MIT" |
30 | } |
31 |
Built with git-ssb-web