twbs--bootstrap/bower.json

38 lines
822 B
JSON
Raw Normal View History

{
"name": "bootstrap",
2014-03-14 09:55:04 +00:00
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
2014-02-13 09:12:26 +00:00
"version": "3.1.1",
2014-03-01 20:42:31 +00:00
"keywords": [
2014-03-03 22:20:07 +00:00
"css",
"js",
"less",
"mobile-first",
"responsive",
"front-end",
"framework",
"web"
2014-03-01 20:42:31 +00:00
],
2014-03-24 20:57:46 +00:00
"homepage": "http://getbootstrap.com",
"main": [
2014-03-01 21:07:33 +00: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 18:23:17 +00:00
"ignore": [
2014-03-09 19:31:42 +00:00
".*",
"_config.yml",
"CNAME",
"composer.json",
2013-12-17 12:41:15 +00:00
"CONTRIBUTING.md",
"docs",
"js/tests",
"test-infra"
2013-07-19 18:23:17 +00:00
],
"dependencies": {
"jquery": ">= 1.9.0"
}
}