scopesessions.org/_site/bower_components/bootstrap/bower.json

35 lines
640 B
JSON
Raw Normal View History

{
"name": "bootstrap",
"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",
2015-09-16 21:01:58 +02:00
"license": "MIT",
"moduleType": "globals",
"main": [
"less/bootstrap.less",
2015-09-16 21:01:58 +02:00
"dist/js/bootstrap.js"
],
"ignore": [
"/.*",
"_config.yml",
"CNAME",
"composer.json",
"CONTRIBUTING.md",
"docs",
"js/tests",
"test-infra"
],
"dependencies": {
2018-10-31 23:40:22 +01:00
"jquery": ">= 1.9.1"
}
}