-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
30 lines (30 loc) · 1.04 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
{
"name": "tripalcultivate/phenotypes",
"type": "drupal-module",
"description": "A Tripal extension module that provides generic support for large-scale phenotypic data and traits with importers, content pages and visualizations.",
"keywords": ["tripal", "drupal", "biological-data", "phenotypic-data", "visualization", "data-import"],
"homepage": "https://github.com/TripalCultivate/TripalCultivate-Phenotypes",
"support": {
"issues": "https://github.com/TripalCultivate/TripalCultivate-Phenotypes/issues"
},
"license": "GPL-3.0-or-later",
"minimum-stability": "dev",
"authors": [
{
"name": "Lacey-Anne Sanderson",
"homepage": "https://github.com/laceysanderson/",
"role": "Lead Developer"
},
{
"name": "Reynold Tan",
"homepage": "https://github.com/reynoldtan",
"role": "Lead Developer"
}
],
"require": {
"php": "^8.1",
"drupal/core": "^10.3",
"tripal/tripal": "^4.0-alpha1",
"tripalcultivate/base": "*"
}
}