forked from josecebe/twbs-pagination
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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" | ||
| } |