forked from msurguy/ladda-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Giovanni Lovato
committed
Nov 15, 2013
1 parent
04381d4
commit a77a1cc
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |