pull-git-repo
Version:
utility methods for git repos using pull streams
41 lines (40 loc) • 1.06 kB
JSON
{
"name": "pull-git-repo",
"version": "1.2.1",
"description": "utility methods for git repos using pull streams",
"main": "index.js",
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "http://git-ssb.celehner.com/%25es6p%2F5UDoyOCBOYhSUcdJeLOSkUkYerpEfGJu0H5g6I%3D.sha256"
},
"keywords": [
"pull-git-repo"
],
"author": "Charles Lehner (http://celehner.com/)",
"license": "Fair",
"bugs": {
"url": "http://git-ssb.celehner.com/%25es6p%2F5UDoyOCBOYhSUcdJeLOSkUkYerpEfGJu0H5g6I%3D.sha256/issues"
},
"dependencies": {
"asyncmemo": "^1.0.0",
"git-packidx-parser": "^1.0.0",
"multicb": "^1.2.1",
"pull-buffered": "^0.3.3",
"pull-cache": "^0.0.0",
"pull-cat": "^1.1.11",
"pull-git-pack": "^1.0.1",
"pull-hash": "^1.0.0",
"pull-kvdiff": "^0.0.0",
"pull-paramap": "^1.2.1",
"semver": "^5.3.0",
"stream-to-pull-stream": "^1.7.2"
},
"devDependencies": {
"abstract-pull-git-repo": "^0.4.1",
"pull-stream": "^3.4.5",
"tape": "^4.6.0"
}
}