Skip to content

Commit

Permalink
Add bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
teijo committed Oct 21, 2015
1 parent fa36bde commit ce42f2d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.sass-cache
node_modules
bower_components
dist/jquery.bracket.css
dist/jquery.bracket.js
26 changes: 26 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "jquery-bracket",
"version": "0.6.0",
"homepage": "https://github.com/teijo/jquery-bracket",
"authors": [
"Teijo Laine"
],
"description": "Library for organizing single and double elimination tournaments",
"main": "dist/jquery.bracket.min.js",
"keywords": [
"library",
"tournament",
"bracket"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": ">=1.6.2"
}
}

0 comments on commit ce42f2d

Please sign in to comment.