-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
27 lines (27 loc) · 859 Bytes
/
config.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
{
"name": "Data Dictionary Revisions",
"namespace": "BCCHR\\DataDictionaryRevisions",
"description": "Allows you to compare any two revisions of the data dictionary ONCE the project has been moved to PRODUCTION. The plugin will track fields modified, added, or deleted between revisions.",
"authors": [
{
"name": "Ashley Lee",
"email": "alee2@bcchr.ca",
"institution": "BC Children's Hospital Research Institute"
}
],
"links": {
"project": [
{
"name": "Data Dictionary Revisions",
"url": "index.php",
"icon": "link"
}
]
},
"compatibility": {
"php-version-min": "7.0",
"php-version-max": "",
"redcap-version-min": "9.1.10",
"redcap-version-max": ""
}
}