forked from tripal/t4d8
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·37 lines (37 loc) · 1018 Bytes
/
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": "tripal/tripal",
"type": "drupal-module",
"description": "Tripal is a toolkit to facilitate construction of online genomic, genetic (and other biological) websites.",
"keywords": ["tripal","drupal", "biological-data", "species", "model-organism"],
"homepage": "https://tripal.info",
"support": {
"issues": "https://github.com/tripal/t4d8/issues"
},
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"authors": [
{
"name": "Lacey-Anne Sanderson",
"website": "https://github.com/laceysanderson/",
"role": "Developer"
},
{
"name": "Stephen P. Ficklin",
"website": "https://github.com/spficklin/",
"role": "Developer"
}
],
"require-dev": {
"doctrine/instantiator": "1.0.*",
"fzaninotto/faker": "^1.7"
},
"require": {
"php": "^7.3"
},
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
}
}
}