Files: b763dc91d24d0b1d54f6e8eb7d4587259deb5a52 / package.json
527 bytesRaw
1 | { |
2 | "name": "pull-git-pack-concat", |
3 | "version": "0.1.0", |
4 | "description": "concatenate git packfiles", |
5 | "main": "index.js", |
6 | "scripts": { |
7 | "test": "node test.js" |
8 | }, |
9 | "keywords": [ |
10 | "packfile" |
11 | ], |
12 | "author": "Charles Lehner (http://celehner.com/)", |
13 | "license": "Fair", |
14 | "dependencies": { |
15 | "looper": "^3.0.0", |
16 | "multicb": "^1.2.1", |
17 | "pull-buffered": "^0.3.0", |
18 | "pull-cat": "^1.1.8", |
19 | "pull-skip-footer": "^0.1.0", |
20 | "pull-stream": "^3.1.0" |
21 | }, |
22 | "devDependencies": { |
23 | "tape": "^4.4.0" |
24 | } |
25 | } |
26 | |
27 |
Built with git-ssb-web