{
  "name": "git-blame",
  "version": "1.4.0",
  "description": "Shelling out to git blame in a streaming Node fashion.",
  "main": "index.js",
  "dependencies": {
    "git-spawned-stream": "1.0.0",
    "debug": "~2.2.0",
    "split-transform-stream": "~1.0.0"
  },
  "devDependencies": {
    "husky": "^0.10.2",
    "mocha": "~2.3.4",
    "proxyquire": "~1.7.3",
    "should": "~7.1.1"
  },
  "scripts": {
    "test": "mocha",
    "precommit": "npm run lint && npm test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/alessioalex/git-blame"
  },
  "keywords": [
    "git",
    "blame",
    "git-blame"
  ],
  "author": "Alexandru Vladutu <alexandru.vladutu@gmail.com> (http://careers.stackoverflow.com/alessioalex)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/alessioalex/git-blame/issues"
  },
  "homepage": "https://github.com/alessioalex/git-blame"
}
