Files: b77b50b17bad4787bb16fa8c11a4d2eefabdf0b9 / package.json
719 bytesRaw
1 | { |
2 | "name": "ssb-ooo", |
3 | "description": "", |
4 | "version": "1.0.2", |
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.0.1", |
16 | "mkdirp": "^0.5.1", |
17 | "pull-stream": "^3.6.1", |
18 | "ssb-keys": "^7.0.12" |
19 | }, |
20 | "devDependencies": { |
21 | "rimraf": "^2.6.1", |
22 | "tape": "^4.8.0" |
23 | }, |
24 | "scripts": { |
25 | "test": "set -e; for t in test/*.js; do node $t; done" |
26 | }, |
27 | "author": "'Dominic Tarr' <dominic.tarr@gmail.com> (dominictarr.com)", |
28 | "license": "MIT" |
29 | } |
30 |
Built with git-ssb-web