{
  "name": "git-fetch-pack",
  "version": "0.1.1",
  "description": "git's smart fetch-pack protocol",
  "main": "index.js",
  "scripts": {
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/chrisdickinson/git-fetch-pack.git"
  },
  "keywords": [
    "git",
    "smart",
    "clone",
    "fetch",
    "protocol"
  ],
  "author": "Chris Dickinson <chris@neversaw.us>",
  "license": "MIT",
  "gitHead": "7f039633bab60bf9b5fa994ab3bb8529da53c1fe",
  "dependencies": {
    "emit-function": "0.0.2",
    "through": "~2.2.7",
    "git-packed-ref-parse": "0.0.0",
    "bops": "0.0.3"
  },
  "devDependencies": {
    "git-fs-repo": "0.0.1",
    "git-transport-protocol": "0.1.0",
    "git-walk-refs": "0.0.1"
  }
}
