-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
36 lines (36 loc) · 1.13 KB
/
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
31
32
33
34
35
36
{
"name": "drupal/bootstrap_italia",
"description": "A Drupal theme which implements the Italia Design System",
"type": "drupal-theme",
"license": "GPL-2.0-only",
"homepage": "https://www.drupal.org/project/bootstrap_italia",
"authors": [
{
"name": "Pietro Arturo Panetta",
"email": "arturu@arturu.it",
"homepage": "https://www.drupal.org/u/arturopanetta",
"role": "Maintainer"
},
{
"name": "Maurizio Cavalletti",
"homepage": "https://www.drupal.org/u/maurizio_akabit",
"role": "Maintainer"
},
{
"name": "Crescenzo Velleca",
"homepage": "https://www.drupal.org/u/kris77",
"role": "Maintainer"
},
{
"name": "Contributor",
"homepage": "https://www.drupal.org/node/3094960/committers"
}
],
"require": {
"drupal/components": "^3.1"
},
"support": {
"issues": "https://drupal.org/project/issues/bootstrap_italia",
"source": "https://git.drupalcode.org/project/bootstrap_italia"
}
}