{
  "name": "staged-git-files",
  "version": "0.0.4",
  "devDependencies": {
    "should": "~2.0.1",
    "mocha": "^2.0.1"
  },
  "description": "get a list of staged git files and their status",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mcwhittemore/staged-git-files.git"
  },
  "keywords": [
    "git",
    "pre-commit",
    "post-commit",
    "hooks"
  ],
  "author": "Matthew Chase Whittemore <mcwhittemore@gmail.com>",
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/mcwhittemore/staged-git-files/issues"
  }
}
