-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapexplugin.json
34 lines (34 loc) · 1.08 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
{
"name" : "Date Dropper",
"version" : "1.0.1",
"description" : "An Oracle APEX Item Plug-in based on the jQuery UI datepicker Datedropper.",
"keywords" : ["datepicker","plugin"],
"homepage" : "https://github.com/OraCoolAPEX/apex-plugin-datedropper",
"bugs" : {
"url" : "https://github.com/OraCoolAPEX/apex-plugin-datedropper/issues",
"email" : "OraCoolAPEX@gmail.com"
},
"license" : "MIT",
"author" : {
"name" : "Erick Diaz",
"email" : "OraCoolAPEX@gmail.com",
"url" : "https://OraCoolAPEX.blogspot.com/",
"twitter" : "OraCoolAPEX"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/OraCoolAPEX/apex-plugin-datedropper.git"
},
"oracle" : {
"versions" : ["11.2.0.1", "12.1.0.2.0"],
"apex" : {
"versions" : ["5.1.3.00.05"],
"plugin" : {
"internalName" : "ORACOOLAPEX.DATEDROPPER",
"type": "item",
"demo": "https://apex.oracle.com/pls/apex/f?p=OraCoolAPEX:8",
"previewImage" : "https://raw.githubusercontent.com/OraCoolAPEX/apex-plugin-datedropper/master/preview.gif"
}
}
}
}