Merge pull request #2263 from 7wonders/tbw

Adding twitter-bootstrap-wizard
This commit is contained in:
Thomas Davis
2013-12-04 07:10:20 -08:00
9 changed files with 9600 additions and 0 deletions
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
@@ -0,0 +1,20 @@
{
"name": "twitter-bootstrap-wizard",
"filename": "js/bootstrap.min.js",
"version": "1.0.0",
"ignore": [
"**/.*",
"examples",
"README.md",
"*.txt",
"*.html",
"prettify.js",
"prettify.css",
"bower.json"
],
"main": ["jquery.bootstrap.wizard.js"],
"dependencies": {
"jquery" : ">=1.9.1",
"bootstrap" : ">=2.3.0 <3.0"
}
}