-
Notifications
You must be signed in to change notification settings - Fork 5
/
apexplugin.json
36 lines (36 loc) · 1.21 KB
/
apexplugin.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
{
"name" : "MTAG APEX BPMN-Viewer",
"version" : "4.0",
"description" : "Region Plugin for Oracle Application Express to display BPMN Diagrams. Developed by MT AG, commercial support available.",
"keywords" : ["BPMN", "Workflow", "Business Process"],
"homepage" : "https://github.com/mt-ag/apex-bpmnviewer",
"license" : "MIT",
"commercial" : "No",
"commercially_supported": "Yes",
"bugs" : {
"url" : "https://github.com/mt-ag/apex-bpmnviewer/issues",
"email" : "apexteam@mt-ag.com"
},
"author" : {
"name" : "MT AG",
"email" : "apexteam@mt-ag.com",
"url" : "https://apex.mt-ag.com/home",
"twitter" : "@MT_AG_"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/mt-ag/apex-bpmnviewer.git"
},
"oracle" : {
"versions" : ["12.1.0.1", "12.2.0.1", "18.0.0.0", "19.0.0.0"],
"apex" : {
"versions" : ["20.1.0"],
"plugin" : {
"internalName" : "COM.MTAG.APEX.BPMNVIEWER.REGION",
"type" : "region",
"demo" : "https://apex.oracle.com/pls/apex/mt_flows/r/flowsforapex",
"previewImage" : "https://raw.githubusercontent.com/mt-ag/apex-bpmnviewer/master/flowsforapex_small.png"
}
}
}
}