Blame view
app/bower_components/bootstrap/bower.json
641 Bytes
|
f986e111b
|
1 2 |
{
"name": "bootstrap",
|
|
87c93a029
|
3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
"keywords": [
"css",
"js",
"less",
"mobile-first",
"responsive",
"front-end",
"framework",
"web"
],
"homepage": "http://getbootstrap.com",
"license": "MIT",
"moduleType": "globals",
|
|
f986e111b
|
17 |
"main": [ |
|
87c93a029
|
18 19 |
"less/bootstrap.less",
"dist/js/bootstrap.js"
|
|
f986e111b
|
20 21 |
],
"ignore": [
|
|
87c93a029
|
22 23 |
"/.*",
"_config.yml",
|
|
f986e111b
|
24 |
"CNAME", |
|
f986e111b
|
25 |
"composer.json", |
|
87c93a029
|
26 27 28 29 |
"CONTRIBUTING.md",
"docs",
"js/tests",
"test-infra"
|
|
f986e111b
|
30 31 |
],
"dependencies": {
|
|
87c93a029
|
32 |
"jquery": "1.9.1 - 3" |
|
f986e111b
|
33 34 |
} } |