1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00
twbs--bootstrap/bower.json

35 lines
648 B
JSON
Raw Normal View History

{
"name": "bootstrap",
2014-02-13 04:12:26 -05:00
"version": "3.1.1",
2014-03-01 15:42:31 -05:00
"keywords": [
2014-03-03 17:20:07 -05:00
"css",
"js",
"less",
"mobile-first",
"responsive",
"front-end",
"framework",
"web"
2014-03-01 15:42:31 -05:00
],
"main": [
2014-03-01 16:07:33 -05:00
"dist/css/bootstrap.css",
"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 14:23:17 -04:00
"ignore": [
"**/.*",
"_config.yml",
"CNAME",
"composer.json",
2013-12-17 07:41:15 -05:00
"CONTRIBUTING.md",
"docs",
2013-12-17 07:41:15 -05:00
"js/tests"
2013-07-19 14:23:17 -04:00
],
"dependencies": {
"jquery": ">= 1.9.0"
}
}