git ssb

0+

cel / pull-git-pack-concat



Tree: 611c32d6a1f261d8ef44138fceb9263a784d8856

Files: 611c32d6a1f261d8ef44138fceb9263a784d8856 / package.json

597 bytesRaw
1{
2 "name": "pull-git-pack-concat",
3 "version": "0.1.1",
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 "git-packidx-parser": "^1.0.0",
16 "looper": "^3.0.0",
17 "multicb": "^1.2.1",
18 "pull-block-filter": "^1.0.0",
19 "pull-buffered": "^0.3.0",
20 "pull-cat": "^1.1.8",
21 "pull-skip-footer": "^0.1.0",
22 "pull-stream": "^3.1.0"
23 },
24 "devDependencies": {
25 "tape": "^4.4.0"
26 }
27}
28

Built with git-ssb-web