twbs--bootstrap/bower.json

25 lines
524 B
JSON
Raw Normal View History

{
"name": "bootstrap",
2014-02-13 09:12:26 +00:00
"version": "3.1.1",
"main": [
2013-12-06 09:32:10 +00:00
"./dist/css/bootstrap.css",
2013-12-17 12:41:15 +00:00
"./dist/js/bootstrap.js",
"./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 18:23:17 +00:00
"ignore": [
"**/.*",
"_config.yml",
"CNAME",
"composer.json",
2013-12-17 12:41:15 +00:00
"CONTRIBUTING.md",
"docs",
2013-12-17 12:41:15 +00:00
"js/tests"
2013-07-19 18:23:17 +00:00
],
"dependencies": {
"jquery": ">= 1.9.0"
}
}