forked from UMD-Digital/umd_terp_base
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
38 lines (38 loc) · 1.2 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
37
38
{
"name": "umd_digital/umd_terp_base",
"type": "drupal-module",
"description": "UMD Terp Base is the base module for all UMD drupal 8 projects.",
"keywords": ["Drupal"],
"homepage": "https://github.com/UMD-Digital/umd_terp_base",
"license": "GPL-2.0+",
"minimum-stability": "dev",
"authors": [
{
"name": "Anthony Neumann",
"homepage": "https://www.drupal.org/u/agn507",
"role": "Maintainer"
},
{
"name": "Dan Rogers",
"homepage": "https://www.drupal.org/u/dan_rogers",
"role": "Maintainer"
}
],
"require": {
"drupal/external_data_source": "*",
"drupal/admin_toolbar": "*",
"drupal/link_attributes": "*",
"drupal/paragraphs": "*",
"drupal/pathauto": "*",
"drupal/field_group": "*",
"drupal/metatag": "*",
"drupal/search_api": "*",
"drupal/tablefield": "*",
"drupal/viewsreference": "^2.0@beta",
"drupal/webform": "^6.2@beta"
},
"support": {
"issues": "https://github.com/UMD-Digital/umd_terp_base/issues",
"source": "https://github.com/UMD-Digital/umd_terp_base/"
}
}