-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.libraries.json
54 lines (54 loc) · 1.48 KB
/
composer.libraries.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"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": "[email protected]",
"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"
}
],
"support": {
"issues": "https://drupal.org/project/issues/bootstrap_italia",
"source": "https://git.drupalcode.org/project/bootstrap_italia"
},
"require": {
"composer/installers": "*",
"italia/bootstrap-italia": "*"
},
"repositories": {
"italia.bootstrap-italia": {
"type": "package",
"package": {
"name": "italia/bootstrap-italia",
"version": "2.12.1",
"type": "drupal-library",
"extra": {
"installer-name": "italia.bootstrap-italia"
},
"dist": {
"url": "https://github.com/italia/bootstrap-italia/releases/download/v2.12.1/bootstrap-italia.zip",
"type": "zip"
}
}
}
}
}