git ssb

0+

cel / pull-git-pack-concat



Tree: b2606aaae852e50f39ef35d8630a33ac2a744e71

Files: b2606aaae852e50f39ef35d8630a33ac2a744e71 / package.json

526 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 "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

Built with git-ssb-web