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