18 changes: 11 additions & 7 deletions package.json
@@ -1,23 +1,27 @@
{
"name": "twbs-pagination",
"version": "1.2.6",
"nativeName": "jQuery Bootstrap Pagination",
"version": "1.3",
"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"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-uglify": "^0.9.2",
"load-grunt-tasks": "^3.1.0"
},
"keywords": [
"pagination",
"jQuery",
"jQuery-plugin",
"bootstrap"
],
"volo": {
"dependencies": {
"jquery": "jquery/jquery/>=1.7.0"
}
},
"license": "Apache 2.0"
"license": "Apache 2.0",
"licenseUrl": "http://apache.org/licenses/LICENSE-2.0.html"
}
6 changes: 3 additions & 3 deletions twbs-pagination.jquery.json
@@ -1,7 +1,7 @@
{
"name": "twbs-pagination",
"version": "1.2.6",
"title": "Twbs Pagination",
"version": "1.3",
"title": "jQuery Bootstrap Pagination",
"author": {
"name": "Eugene Simakin",
"email": "mail@esimakin.com",
Expand All @@ -14,7 +14,7 @@
}
],
"dependencies": {
"jquery": "> 1.10.2"
"jquery": "> 1.7"
},
"description": "Twbs Pagination is a jQuery plugin that provides pagination for your web site or application. Check out the demo!",
"keywords": [
Expand Down