git-odb-pack
Version:
git packfile object database
29 lines (28 loc) • 598 B
JSON
{
"name": "git-odb-pack",
"version": "1.0.0",
"description": "git packfile object database",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/chrisdickinson/git-odb-pack.git"
},
"keywords": [
"git",
"odb",
"packfile"
],
"author": "Chris Dickinson <chris@neversaw.us>",
"license": "MIT",
"gitHead": "afc0116ad7613bb617358df857d6b0b2a18a85fd",
"dependencies": {
"git-packidx-parser": "^1.0.0",
"git-packfile": "^1.0.0"
},
"devDependencies": {
"tape": "~0.3.0"
}
}