git ssb

0+

cel / pull-git-remote-helper



Tree: b6e5f1941effae8ba93703d59cca1490cce7fa35

Files: b6e5f1941effae8ba93703d59cca1490cce7fa35 / package.json

879 bytesRaw
1{
2 "name": "pull-git-remote-helper",
3 "version": "0.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 "pull-buffered": "^0.3.0",
28 "pull-cat": "^1.1.8",
29 "pull-stream": "^3.1.0",
30 "stream-to-pull-stream": "^1.6.6"
31 },
32 "devDependencies": {
33 "mktemp": "^0.4.0",
34 "pull-stream": "^3.1.0",
35 "rimraf": "^2.5.1",
36 "tape": "^4.4.0"
37 }
38}
39

Built with git-ssb-web