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
Add support for Volojs
Add support for Volojs and other package management systems providing a global `package.json` file.
- Loading branch information
Marcus Zanona
committed
Dec 21, 2014
1 parent
d6c1975
commit c1e5ec3
Showing
1 changed file
with
23 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,23 @@ | ||
| { | ||
| "name": "twbs-pagination", | ||
| "version": "1.2.5", | ||
| "homepage": "https://github.com/esimakin/twbs-pagination", | ||
| "author": "Eugene Simakin <eugenesimakin@mail.ru>", | ||
| "description": "jQuery simple pagination plugin for bootstrap-style webpages", | ||
| "main": "jquery.twbsPagination", | ||
| "dependencies": { | ||
| "jquery": ">=1.7.0" | ||
| }, | ||
| "keywords": [ | ||
| "pagination", | ||
| "jQuery", | ||
| "jQuery-plugin", | ||
| "bootstrap" | ||
| ], | ||
| "volo": { | ||
| "dependencies": { | ||
| "jquery": "jquery/jquery/>=1.7.0" | ||
| } | ||
| }, | ||
| "license": "Apache 2.0" | ||
| } |