forked from VinceG/twitter-bootstrap-wizard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
36 lines (36 loc) · 889 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "twitter-bootstrap-wizard",
"version": "1.2",
"ignore": [
"**/.*",
"examples",
"README.md",
"*.txt",
"*.html",
"prettify.js",
"prettify.css",
"bower.json",
"node_modules",
"bower_components",
"test",
"tests"
],
"main": [
"jquery.bootstrap.wizard.min.js"
],
"dependencies": {
"jquery": ">=1.9.1",
"bootstrap": ">=2.3.0"
},
"homepage": "https://github.com/VinceG/twitter-bootstrap-wizard",
"authors": [
"Vincent Gabriel <vadimg88@gmail.com>"
],
"description": "This twitter bootstrap plugin builds a wizard out of a formatter tabbable structure. It allows to build a wizard functionality using buttons to go through the different wizard steps and using events allows to hook into each step individually.",
"keywords": [
"twitter",
"bootstrap",
"wizard"
],
"license": "MIT"
}