20 lines
335 B
JSON
20 lines
335 B
JSON
{
|
|
"name": "twitter-bootstrap-wizard",
|
|
"version": "1.1",
|
|
"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"
|
|
}
|
|
}
|