Skip to content

Commit

Permalink
Bower support
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni Lovato committed Nov 15, 2013
1 parent 04381d4 commit a77a1cc
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "ladda-bootstrap",
"description": "Buttons with built-in loading indicators, effectively bridging the gap between action and feedback",
"version": "0.8.0",
"license": "MIT",
"main": [
"dist/ladda-themeless.css",
"dist/ladda.js"
],
"dependencies": {
"bootstrap": ">=3.0.0",
"spin.js": "~1.3.2"
},
"readme": "README.md",
"repository": {
"type": "git",
"url": "git://github.com/msurguy/ladda-bootstrap.git"
}
}

0 comments on commit a77a1cc

Please sign in to comment.