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
Package definition for Bower package manager added
- Loading branch information
Eugene Simakin
committed
Jun 21, 2014
1 parent
a788c5e
commit c6d928b
Showing
1 changed file
with
30 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,30 @@ | ||
| { | ||
| "name": "twbs-pagination", | ||
| "version": "1.1.1", | ||
| "homepage": "https://github.com/esimakin/twbs-pagination", | ||
| "authors": [ | ||
| "Eugene Simakin <eugenesimakin@mail.ru>" | ||
| ], | ||
| "description": "jQuery simple pagination plugin for bootstrap-style webpages", | ||
| "main": "jquery.twbsPagination.js", | ||
| "moduleType": [ | ||
| "globals" | ||
| ], | ||
| "dependencies": { | ||
| "jquery": ">=1.7.2" | ||
| }, | ||
| "keywords": [ | ||
| "pagination", | ||
| "jQuery", | ||
| "jQuery-plugin", | ||
| "bootstrap" | ||
| ], | ||
| "license": "Apache 2.0", | ||
| "ignore": [ | ||
| "**/.*", | ||
| "node_modules", | ||
| "bower_components", | ||
| "test", | ||
| "tests" | ||
| ] | ||
| } |