1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 21:49:09 +01:00
bootstrap/bower.json

27 lines
552 B
JSON
Raw Normal View History

{
"name": "bootstrap",
2013-12-01 19:31:52 -08:00
"version": "3.0.3",
"main": [
2013-12-06 11:32:10 +02:00
"./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"
],
2013-07-19 13:23:17 -05:00
"ignore": [
"**/.*",
"_*",
"docs-assets",
"examples",
"js/tests",
"CNAME",
"CONTRIBUTING.md",
"composer.json",
"*.html"
2013-07-19 13:23:17 -05:00
],
"dependencies": {
"jquery": ">= 1.9.0"
}
}