Blame view
app/bower_components/bootstrap/bower.json
633 Bytes
f986e111b
|
1 2 |
{ "name": "bootstrap", |
cf9241048
|
3 |
"version": "3.0.3", |
f986e111b
|
4 |
"main": [ |
cf9241048
|
5 6 7 8 9 10 |
"./dist/js/bootstrap.js", "./dist/css/bootstrap.css", "./dist/fonts/glyphicons-halflings-regular.eot", "./dist/fonts/glyphicons-halflings-regular.svg", "./dist/fonts/glyphicons-halflings-regular.ttf", "./dist/fonts/glyphicons-halflings-regular.woff" |
f986e111b
|
11 12 |
], "ignore": [ |
cf9241048
|
13 14 15 16 17 18 |
"**/.*", "_*", "docs-assets", "examples", "/fonts", "js/tests", |
f986e111b
|
19 |
"CNAME", |
87c93a029
|
20 |
"CONTRIBUTING.md", |
cf9241048
|
21 22 23 24 25 |
"Gruntfile.js", "browserstack.json", "composer.json", "package.json", "*.html" |
f986e111b
|
26 27 |
], "dependencies": { |
cf9241048
|
28 |
"jquery": ">= 1.9.0" |
f986e111b
|
29 30 |
} } |