Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Package definition for Bower package manager added
  • Loading branch information
Eugene Simakin committed Jun 21, 2014
1 parent a788c5e commit c6d928b
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions bower.json
@@ -0,0 +1,30 @@
{
"name": "twbs-pagination",
"version": "1.1.1",
"homepage": "https://github.com/esimakin/twbs-pagination",
"authors": [
"Eugene Simakin <eugenesimakin@mail.ru>"
],
"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"
]
}

0 comments on commit c6d928b

Please sign in to comment.