Skip to content

Commit 1b51685

Browse files
committed
Merge pull request #9 from tzs007/master
bower installer registered
2 parents 8048fb4 + e01f063 commit 1b51685

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

bower.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "jquery-bootstrap-pagination",
3+
"version": "1.2.0",
4+
"homepage": "https://github.com/markbates/jquery-bootstrap-pagination",
5+
"authors": [
6+
"mark+github@markbates.com"
7+
],
8+
"description": "A simple, full-featured, pagination system for jQuery that outputs Twitter Bootstrap marked up pagination links.",
9+
"main": "vendor/assets/javascripts/jquery-bootstrap-pagination.js",
10+
"keywords": [
11+
"bootstrap",
12+
"pagination",
13+
"javascript",
14+
"coffeescript",
15+
"rails"
16+
],
17+
"license": "MIT",
18+
"ignore": [
19+
"**/.*",
20+
"node_modules",
21+
"bower_components",
22+
"test",
23+
"tests"
24+
]
25+
}

0 commit comments

Comments
 (0)