0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00
Bootstrap/bower.json

35 lines
640 B
JSON
Raw Normal View History

{
"name": "bootstrap",
2014-03-14 10:55:04 +01:00
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
2014-03-01 21:42:31 +01:00
"keywords": [
2014-03-03 23:20:07 +01:00
"css",
"js",
"less",
"mobile-first",
"responsive",
"front-end",
"framework",
"web"
2014-03-01 21:42:31 +01:00
],
2014-03-24 21:57:46 +01:00
"homepage": "http://getbootstrap.com",
"license": "MIT",
"moduleType": "globals",
"main": [
"less/bootstrap.less",
"dist/js/bootstrap.js"
],
2013-07-19 20:23:17 +02:00
"ignore": [
2014-07-06 06:20:09 +02:00
"/.*",
"_config.yml",
"CNAME",
"composer.json",
2013-12-17 13:41:15 +01:00
"CONTRIBUTING.md",
"docs",
"js/tests",
"test-infra"
2013-07-19 20:23:17 +02:00
],
"dependencies": {
"jquery": ">= 1.9.1"
}
}