This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/web/modules/contrib/admin_toolbar/composer.json

36 lines
1,022 B
JSON
Raw Normal View History

2017-03-29 15:33:35 +00:00
{
"name": "drupal/admin_toolbar",
2018-11-23 12:29:20 +00:00
"description": "Provides a drop-down menu interface to the core Drupal Toolbar.",
2017-03-29 15:33:35 +00:00
"type": "drupal-module",
2018-11-23 12:29:20 +00:00
"keywords": ["Drupal", "Toolbar"],
2017-03-29 15:33:35 +00:00
"homepage": "http://drupal.org/project/admin_toolbar",
2018-11-23 12:29:20 +00:00
"license": "GPL-2.0+",
2017-03-29 15:33:35 +00:00
"authors": [
{
2018-11-23 12:29:20 +00:00
"name": "Wilfrid Roze (eme)",
"homepage": "https://www.drupal.org/u/eme",
"role": "Maintainer"
},
{
"name": "Romain Jarraud (romainj)",
"homepage": "https://www.drupal.org/u/romainj",
"role": "Maintainer"
},
{
"name": "Adrian Cid Almaguer (adriancid)",
"email": "adriancid@gmail.com",
"homepage": "https://www.drupal.org/u/adriancid",
"role": "Maintainer"
},
{
"name": "Mohamed Anis Taktak (matio89)",
"homepage": "https://www.drupal.org/u/matio89",
"role": "Maintainer"
}
2017-03-29 15:33:35 +00:00
],
"support": {
2018-11-23 12:29:20 +00:00
"issues": "https://www.drupal.org/project/issues/admin_toolbar",
"source": "http://cgit.drupalcode.org/admin_toolbar"
}
2017-03-29 15:33:35 +00:00
}