-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (32 loc) · 1.08 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
{
"name": "ouitoulia/skenografia",
"description": "Skenografia è un sub-theme drupal, basato su bootstrap_italia, che implementa il design delle scuole.",
"type": "drupal-theme",
"homepage": "https://github.com/ouitoulia/skenografia",
"license": "AGPL-3.0-only",
"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"
}
],
"support": {
"issues": "https://github.com/ouitoulia/skenografia/issues",
"source": "https://github.com/ouitoulia/skenografia"
},
"require": {
"drupal/bootstrap_italia": "2.12.x-dev@dev",
"drupal/easy_breadcrumb": "^2.0",
"drupal/focal_point": ">=2",
"drupal/color_field": ">=3.0",
"drupal/menu_link_attributes": "^1.3",
"drupal/pathauto": "^1.12"
}
}