-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
27 lines (27 loc) · 751 Bytes
/
config.json
File metadata and controls
27 lines (27 loc) · 751 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
{
"name": "Survey Queue Interface",
"namespace": "BCCHR\\SurveyQueueInterface",
"description": "Provides an interface that allows exporting and importing the survey queue as a CSV file.",
"authors": [
{
"name": "Ashley Lee",
"email": "alee2@bcchr.ca",
"institution": "BC Children's Hospital Research Institute"
}
],
"links": {
"project": [
{
"name": "Survey Queue Interface",
"url": "index.php",
"icon": "link"
}
]
},
"compatibility": {
"php-version-min": "",
"php-version-max": "",
"redcap-version-min": "8.5.14",
"redcap-version-max": ""
}
}