Files: 542d8fb1598dfb87feb9b00be425ee750a74a1de / package.json
779 bytesRaw
1 | { |
2 | "name": "flumedb", |
3 | "description": "", |
4 | "version": "0.4.1", |
5 | "homepage": "https://github.com/dominictarr/flumedb", |
6 | "repository": { |
7 | "type": "git", |
8 | "url": "git://github.com/dominictarr/flumedb.git" |
9 | }, |
10 | "dependencies": { |
11 | "cont": "^1.0.3", |
12 | "explain-error": "^1.0.3", |
13 | "obv": "0.0.1", |
14 | "pull-cont": "0.0.0", |
15 | "pull-stream": "^3.5.0" |
16 | }, |
17 | "devDependencies": { |
18 | "flumecodec": "0.0.0", |
19 | "flumelog-level": "^0.0.3", |
20 | "flumelog-memory": "^0.1.2", |
21 | "flumelog-offset": "^2.0.0", |
22 | "flumeview-reduce": "^1.2.1", |
23 | "statistics": "^3.3.0", |
24 | "tape": "^4.6.2" |
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> (dominictarr.com)", |
30 | "license": "MIT" |
31 | } |
32 |
Built with git-ssb-web