{
  "name": "grunt-git-authors",
  "description": "Generate a list of authors from the git history.",
  "version": "1.2.0",
  "homepage": "https://github.com/scottgonzalez/grunt-git-authors",
  "author": {
    "name": "Scott González",
    "email": "scott.gonzalez@gmail.com",
    "url": "http://scottgonzalez.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/scottgonzalez/grunt-git-authors.git"
  },
  "bugs": {
    "url": "https://github.com/scottgonzalez/grunt-git-authors/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/scottgonzalez/grunt-git-authors/blob/master/LICENSE-MIT"
    }
  ],
  "main": "Gruntfile.js",
  "engines": {
    "node": "*"
  },
  "dependencies": {
    "grunt": "~0.4.0"
  },
  "devDependencies": {
    "grunt-contrib-jshint": "~0.1.1"
  },
  "keywords": [
    "gruntplugin"
  ],
  "readme": "# grunt-git-authors\n\nA [grunt](https://github.com/gruntjs/grunt) plugin for generating a list of\nauthors from the git history.\n\n## Grunt compatibility\n\nv1.1.0+ is compatible with Grunt 0.4. If you're using Grunt 0.3, use v1.0.0.\n\n## API\n\n### Tasks\n\n#### authors\n\nGenerates a list of authors in the form `Name <email>` in order of first\ncontribution.\n\nThis task writes its output to the console, not to a file.\n\nYou can optionally run this task against a subdirectory:\n\n```sh\ngrunt authors:path/to/directory\n```\n\n## Mailmap\n\nThis task respects mailmap, so if you have messy author info in your commits,\nyou can correct the data in your mailmap and this task with output the cleaned\nup information. For more information, about using a mailmap, see the docs for\n`git-shortlog` or read Shane da Silva's blog post about\n[Git Shortlog and Mailmap](http://shane.io/2011/10/07/git-shortlog-and-mailmap.html).\n\n## License\n\nCopyright 2013 Scott González. Released under the terms of the MIT license.\n",
  "readmeFilename": "README.md",
  "_id": "grunt-git-authors@1.2.0",
  "_from": "grunt-git-authors@1.2.0"
}
