{
  "name": "git-archive",
  "version": "0.1.4",
  "description": "Export a bare git repo as a single tarball file to a given path",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "make test"
  },
  "keywords": [
    "git",
    "export",
    "tarball",
    "bare",
    "repo",
    "repository"
  ],
  "author": "Noah Isaacson",
  "license": "BSD",
  "dependencies": {
    "temp": "~0.5.1",
    "chai": "~1.7.2",
    "error-adapter": "0.0.1",
    "q": "~0.9.7"
  },
  "devDependencies": {
    "mocha": "~1.12.0",
    "rimraf": "~2.2.2",
    "eyespect": "~0.1.10"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/nisaacson/git-archive.git"
  },
  "bugs": {
    "url": "https://github.com/nisaacson/git-archive/issues"
  }
}
