Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request josecebe#32 from zanona/patch-1
Add support for Volojs
  • Loading branch information
Eugene committed Dec 21, 2014
2 parents d6c1975 + c1e5ec3 commit fbdd6fc
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions package.json
@@ -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"
}

0 comments on commit fbdd6fc

Please sign in to comment.