diff --git a/package.json b/package.json new file mode 100644 index 0000000..18748ba --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "twbs-pagination", + "version": "1.2.5", + "homepage": "https://github.com/esimakin/twbs-pagination", + "author": "Eugene Simakin ", + "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" +}