From c6d928bc966ca667291dfb24e488f17bf45b5696 Mon Sep 17 00:00:00 2001 From: Eugene Simakin Date: Sat, 21 Jun 2014 19:52:11 +0400 Subject: [PATCH] Package definition for Bower package manager added --- bower.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 bower.json 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" + ] +}