Files
DrupalTutorial/themes/bootstrap/composer.json
2024-07-15 12:33:27 +02:00

48 lines
1.3 KiB
JSON

{
"name": "drupal/bootstrap",
"description": "Built to use Bootstrap, a sleek, intuitive, and powerful front-end framework for faster and easier web development.",
"type": "drupal-theme",
"license": "GPL-2.0-or-later",
"homepage": "https://www.drupal.org/project/bootstrap",
"authors": [
{
"name": "Mark Carver (markcarver)",
"homepage": "https://www.drupal.org/u/markcarver",
"role": "Maintainer"
},
{
"name": "John McCormick (neardark)",
"homepage": "https://www.drupal.org/u/neardark",
"role": "Co-maintainer"
},
{
"name": "Fabiano Sant'Ana (wundo)",
"homepage": "https://www.drupal.org/u/wundo",
"role": "Co-maintainer"
},
{
"name": "Shelane French (shelane)",
"homepage": "https://www.drupal.org/u/shelane",
"role": "Co-maintainer"
}
],
"support": {
"docs": "https://drupal-bootstrap.org",
"issues": "https://www.drupal.org/project/issues/bootstrap",
"irc": "irc://irc.freenode.org/drupal-bootstrap",
"source": "https://git.drupalcode.org/project/bootstrap"
},
"require": {
"drupal/core": "^9.5 || ^10",
"php": ">=8.1.0",
"drupal/jquery_ui": "^1.6.0",
"drupal/jquery_ui_draggable": "^2.0.0",
"drupal/jquery_ui_resizable": "^2.0.0"
},
"autoload": {
"psr-4": {
"Drupal\\bootstrap\\": "src"
}
}
}