Skip to content

Commit

Permalink
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.
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 c1e5ec3

Please sign in to comment.