forked from vanderbilt-redcap/redcap-developer-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
28 lines (28 loc) · 698 Bytes
/
Copy pathconfig.json
File metadata and controls
28 lines (28 loc) · 698 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
28
{
"name": "Example Module - Basic Framework Plugin",
"namespace": "ExampleModules\\BasicFrameworkPlugin",
"description": "Usage of the framework versions of external modules",
"authors": [
{
"name": "Chris Kadolph",
"email": "kadolph.christopher@marshfieldresearch.org",
"institution": "Marshfield Clinic Research Institute"
}
],
"framework-version": 3,
"links": {
"project": [
{
"name": "Basic Framework Plugin",
"icon": "fas fa-cogs",
"url": "index.php"
}
]
},
"compatibility": {
"php-version-min": "5.2.0",
"php-version-max": "",
"redcap-version-min": "9.0.0",
"redcap-version-max": ""
}
}