-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 826 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 826 Bytes
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
{
"name": "ebiwd/drupal_8_ebi_framework",
"type": "drupal-theme",
"description": "An integration of the EBI Visual Framework for Drupal 8's Zurb Foundation theme.",
"keywords": ["Drupal, EMBL-EBI"],
"license": "GPL-2.0+",
"homepage": "https://github.com/ebiwd/drupal_8_ebi_framework",
"minimum-stability": "dev",
"require": {
"drupal/zurb_foundation": "6.x-dev"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"authors": [
{
"name": "Ken Hawkins (khawkins98)",
"homepage": "https://www.drupal.org/u/ken-hawkins",
"role": "Maintainer"
}
],
"support": {
"issues": "https://github.com/ebiwd/drupal_8_ebi_framework/issues/",
"source": "https://github.com/ebiwd/drupal_8_ebi_framework"
}
}