{ "name": "pull-git-remote-helper", "version": "1.4.2", "description": "use pull-streams to make gitremote-helpers(1)", "main": "index.js", "scripts": { "test": "tape test/*.js" }, "repository": { "type": "git", "url": "git://github.com/clehner/pull-git-remote-helper" }, "keywords": [ "pull-stream", "pull-git-repo", "git", "git-remote-helper" ], "author": "Charles Lehner (http://celehner.com/)", "license": "Fair", "bugs": { "url": "https://github.com/clehner/pull-git-remote-helper/issues" }, "dependencies": { "multicb": "^1.2.1", "progress": "^1.1.8", "pull-buffered": "^0.3.2", "pull-cache": "^0.0.0", "pull-cat": "^1.1.11", "pull-git-pack": "^0.2.0", "pull-git-repo": "^0.6.0", "pull-hash": "^0.0.1", "pull-stream": "^3.1.0", "stream-to-pull-stream": "^1.7.2" }, "devDependencies": { "mktemp": "^0.4.0", "rimraf": "^2.5.4", "tape": "^4.6.0" } }