git ssb

0+

cel / pull-git-remote-helper



Tree: 95a067249e90995c9d34e46ae4aa937180c1d2f6

Files: 95a067249e90995c9d34e46ae4aa937180c1d2f6 / package.json

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

Built with git-ssb-web