git ssb

0+

cel / pull-git-remote-helper



Tree: 378b71dc16d7ede4e69a83b6615b8811276606c3

Files: 378b71dc16d7ede4e69a83b6615b8811276606c3 / package.json

835 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": "node test/run.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/clehner/pull-git-remote-helper"
12 },
13 "keywords": [
14 "pull-stream",
15 "git",
16 "git-remote-helper"
17 ],
18 "author": "Charles Lehner (http://celehner.com/)",
19 "license": "ISC",
20 "bugs": {
21 "url": "https://github.com/clehner/pull-git-remote-helper/issues"
22 },
23 "dependencies": {
24 "pako": "^0.2.8",
25 "pull-buffered": "^0.3.0",
26 "pull-cat": "^1.1.8",
27 "pull-stream": "^3.1.0",
28 "stream-to-pull-stream": "^1.6.6"
29 },
30 "devDependencies": {
31 "mktemp": "^0.4.0",
32 "pull-stream": "^3.1.0",
33 "rimraf": "^2.5.1",
34 "tape": "^4.4.0"
35 }
36}
37

Built with git-ssb-web