git ssb

0+

cel / pull-git-remote-helper



Tree: ddc92710d0eeb04faeb812b67f81828abb16b67d

Files: ddc92710d0eeb04faeb812b67f81828abb16b67d / package.json

905 bytesRaw
1{
2 "name": "pull-git-remote-helper",
3 "version": "1.0.0",
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": "ISC",
21 "bugs": {
22 "url": "https://github.com/clehner/pull-git-remote-helper/issues"
23 },
24 "dependencies": {
25 "multicb": "^1.2.1",
26 "pako": "^0.2.8",
27 "progress": "^1.1.8",
28 "pull-buffered": "^0.3.0",
29 "pull-cat": "^1.1.8",
30 "pull-stream": "^3.1.0",
31 "stream-to-pull-stream": "^1.6.6"
32 },
33 "devDependencies": {
34 "mktemp": "^0.4.0",
35 "pull-stream": "^3.1.0",
36 "rimraf": "^2.5.1",
37 "tape": "^4.4.0"
38 }
39}
40

Built with git-ssb-web