git ssb

0+

cel / pull-git-remote-helper



Tree: c69e18996178106c803a6378a0366dc392486c59

Files: c69e18996178106c803a6378a0366dc392486c59 / package.json

972 bytesRaw
1{
2 "name": "pull-git-remote-helper",
3 "version": "1.3.5",
4 "description": "use pull-streams to make gitremote-helpers(1)",
5 "main": "index.js",
6 "scripts": {
7 "test": "tape test/*.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/clehner/pull-git-remote-helper"
12 },
13 "keywords": [
14 "pull-stream",
15 "pull-git-repo",
16 "git",
17 "git-remote-helper"
18 ],
19 "author": "Charles Lehner (http://celehner.com/)",
20 "license": "Fair",
21 "bugs": {
22 "url": "https://github.com/clehner/pull-git-remote-helper/issues"
23 },
24 "dependencies": {
25 "multicb": "^1.2.1",
26 "progress": "^1.1.8",
27 "pull-buffered": "^0.3.1",
28 "pull-cache": "^0.0.0",
29 "pull-cat": "^1.1.8",
30 "pull-git-pack": "^0.2.0",
31 "pull-git-repo": "^0.4.0",
32 "pull-hash": "^0.0.1",
33 "pull-stream": "^3.1.0",
34 "stream-to-pull-stream": "^1.6.8"
35 },
36 "devDependencies": {
37 "mktemp": "^0.4.0",
38 "rimraf": "^2.5.2",
39 "tape": "^4.4.0"
40 }
41}
42

Built with git-ssb-web