-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcomposer.json
30 lines (30 loc) · 949 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"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",
"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"
}
],
"support": {
"docs": "https://drupal-bootstrap.org",
"issues": "https://www.drupal.org/project/issues/bootstrap",
"irc": "irc://irc.freenode.org/drupal-bootstrap",
"source": "http://cgit.drupalcode.org/bootstrap"
}
}