Updated package.json

This commit is contained in:
Steve Schwartz
2011-11-14 19:05:39 -05:00
parent 408ed39244
commit 8a09cee254
+18 -1
View File
@@ -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/"
}