diff --git a/package.json b/package.json index 68c2f1d..53cfa21 100644 --- a/package.json +++ b/package.json @@ -38,5 +38,22 @@ "/examples/non-div-panesl.html", "/examples/prev-next.html", "/examples/ajax.html" - ] + ], + "bugs": { + "mail": "support@alfajango.com", + "web": "https://github.com/jangosteve/jquery-easytabs/issues" + }, + "repositories" : [ + { + "type": "git", + "url": "https://github.com/jangosteve/jquery-easytabs.git" + } + ], + "licenses": [ + { + "name": "MIT", + "url": "http://www.opensource.org/licenses/mit-license.php" + } + ], + "homepage": "http://www.alfajango.com/blog/jquery-easytabs-plugin/" }