Skip to content

Commit

Permalink
add url for author, update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Sep 24, 2013
1 parent 5db220f commit e18b7f3
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions package.json
@@ -1,23 +1,24 @@
{
"name": "grunt-github-api",
"description": "Grunt plugin used to query the Github API and save the returned JSON files locally.",
"description": "Query Github's API and save the returned JSON files locally.",
"version": "0.2.1",
"homepage": "https://github.com/JeffHerb/grunt-github-api",
"homepage": "https://github.com/assemble/grunt-github-api",
"author": {
"name": "Jeffrey Herb",
"email": "herb.jeff@gmail.com"
"email": "herb.jeff@gmail.com",
"url": "https://github.com/jeffHerb"
},
"repository": {
"type": "git",
"url": "git://github.com:JeffHerb/grunt-github-api.git"
"url": "git://github.com:assemble/grunt-github-api.git"
},
"bugs": {
"url": "https://github.com/JeffHerb/grunt-github-api/issues"
"url": "https://github.com/assemble/grunt-github-api/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/JeffHerb/grunt-github-api/blob/master/LICENSE-MIT"
"url": "https://github.com/assemble/grunt-github-api/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
Expand All @@ -33,10 +34,13 @@
"grunt-readme": "~0.1.4",
"grunt-contrib-jshint": "~0.6.4"
},
"peerDependencies": {
"grunt": "~0.4.1"
},
"keywords": [
"gruntplugin, github, pages, git, github pages"
"gruntplugin",
"assemble",
"api",
"json",
"github",
"github api",
"git"
]
}
}

0 comments on commit e18b7f3

Please sign in to comment.