Files: ffd00da88bd46f6200bd22699acbb8a980ff260f / package.json
724 bytesRaw
1 | { |
2 | "name": "flumelog-offset", |
3 | "description": "a flumelog based on offset into a file", |
4 | "version": "0.0.0", |
5 | "homepage": "https://github.com/flumedb/flumelog-offset", |
6 | "repository": { |
7 | "type": "git", |
8 | "url": "git://github.com/flumedb/flumelog-offset.git" |
9 | }, |
10 | "dependencies": { |
11 | "aligned-block-file": "0.0.0", |
12 | "append-batch": "0.0.1", |
13 | "ltgt": "^2.1.3" |
14 | }, |
15 | "devDependencies": { |
16 | "pull-paramap": "^1.2.0", |
17 | "pull-stream": "^3.5.0", |
18 | "pull-write": "^1.1.1", |
19 | "tape": "^4.6.2", |
20 | "test-flumelog": "0.0.2" |
21 | }, |
22 | "scripts": { |
23 | "test": "set -e; for t in test/*.js; do node $t; done" |
24 | }, |
25 | "author": "'Dominic Tarr' <dominic.tarr@gmail.com> (dominictarr.com)", |
26 | "license": "MIT" |
27 | } |
28 | |
29 | |
30 | |
31 |
Built with git-ssb-web