Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
jQuery plugin manifest added
  • Loading branch information
Eugene Simakin committed Jan 14, 2014
1 parent 8482319 commit 180bbfb
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions twbs-pagination.jquery.json
@@ -0,0 +1,29 @@
{
"name": "twbs-pagination",
"version": "1.1.0",
"title": "Twbs Pagination",
"author": {
"name": "Eugene Simakin",
"email": "mail@esimakin.com",
"url": "http://www.esimakin.com"
},
"licenses": [
{
"type": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"dependencies": {
"jquery": "> 1.10.2"
},
"description": "Twbs Pagination is a jQuery plugin that provides pagination for your web site or application. Check out the demo!",
"keywords": [
"bootstrap",
"twbs-pagination",
"pagination"
],
"homepage": "https://github.com/esimakin/twbs-pagination",
"demo": "http://esimakin.github.io/twbs-pagination/",
"download": "https://github.com/esimakin/twbs-pagination/zipball/master",
"bugs": "https://github.com/esimakin/twbs-pagination/issues"
}

0 comments on commit 180bbfb

Please sign in to comment.