35 lines
840 B
JSON
35 lines
840 B
JSON
{
|
|
"name": "grunt-git-authors",
|
|
"description": "Generate a list of authors from the git history.",
|
|
"version": "3.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.txt"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"spawnback": "~1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.0",
|
|
"grunt-contrib-jshint": "0.10.0"
|
|
},
|
|
"keywords": [
|
|
"gruntplugin"
|
|
]
|
|
}
|