git ssb

0+

cel / pull-git-remote-helper



Tree: 89810d797532892ef70d5ee23f3b82c5466e7858

Files: 89810d797532892ef70d5ee23f3b82c5466e7858 / package.json

868 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 "js-git": "^0.7.7",
25 "pull-buffered": "^0.3.0",
26 "pull-cat": "^1.1.8",
27 "pull-pushable": "^2.0.0",
28 "pull-stream": "^3.1.0",
29 "stream-to-pull-stream": "^1.6.6"
30 },
31 "devDependencies": {
32 "mktemp": "^0.4.0",
33 "pull-stream": "^3.1.0",
34 "rimraf": "^2.5.1",
35 "tape": "^4.4.0"
36 }
37}
38

Built with git-ssb-web