diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..0a19652 --- /dev/null +++ b/bower.json @@ -0,0 +1,30 @@ +{ + "name": "twbs-pagination", + "version": "1.1.1", + "homepage": "https://github.com/esimakin/twbs-pagination", + "authors": [ + "Eugene Simakin " + ], + "description": "jQuery simple pagination plugin for bootstrap-style webpages", + "main": "jquery.twbsPagination.js", + "moduleType": [ + "globals" + ], + "dependencies": { + "jquery": ">=1.7.2" + }, + "keywords": [ + "pagination", + "jQuery", + "jQuery-plugin", + "bootstrap" + ], + "license": "Apache 2.0", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}