-
Notifications
You must be signed in to change notification settings - Fork 27
/
composer.json
37 lines (37 loc) · 1.01 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
{
"name": "cubear/finder",
"description": "Finder is a Drupal 8 module to help users find services which meet their criteria",
"type": "drupal-module",
"homepage": "https://it.cornell.edu/custom-web",
"authors": [
{
"name": "Rich Marisa (richmarisa)",
"email": "[email protected]",
"homepage": "https://wildgoosechase.net",
"role": "Author"
},
{
"name": "Nazrin Tingstrom",
"email": "[email protected]",
"role": "Co-maintainer"
},
{
"name": "Kevin McGuire",
"email": "[email protected]",
"role": "Designer"
},
{
"name": "Anthony Adinolfi",
"email": "[email protected]",
"role": "Designer"
}
],
"support": {
},
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"require": {
"drupal/paragraphs": "^1.3",
"drupal/smtp": "^1.0"
}
}