-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathapexplugin.json
38 lines (38 loc) · 1.53 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
37
38
{
"name": "Atom Calculator",
"version": "1.1",
"private": "N",
"description": "A Dynamic action plugin providing a popup calculator for realtime calculations. ",
"keywords": ["oracle", "apex", "plugin", "dynamicAction", "calculator", "popup", "calculation", "math"],
"homepage": "https://github.com/planetapex/apex-plugin-atomCalculator",
"bugs": {
"url": "https://github.com/planetapex/apex-plugin-atomCalculator/issues",
"email": "yasirali.wizerp@gmail.com"
},
"license": "MIT",
"author": {
"name": "M.Yasir Ali Shah",
"email": "yasirali.wizerp@gmail.com",
"url": "http://apexfusion.blogspot.com/2017/04/oracle-apex-dynamic-action-plugin-atom.html",
"twitter": "m_yasir_ali",
"linkedin": "https://pk.linkedin.com/in/m-yasir-ali-shah-13b5016a",
"donationUrl": "https://www.paypal.me/MYasirAliShah/4"
},
"repository": {
"type": "git",
"url": "https://github.com/planetapex/apex-plugin-atomCalculator.git"
},
"private": false,
"oracle": {
"versions": ["11.2.0.1", "12.1.0.1"],
"apex": {
"versions": ["4.2.6", "5.0.0", "5.1.0"],
"plugin": {
"internalName": "COM.PLANETAPEX.ATOM_CALCULATOR",
"type": "dynamic action",
"demo": "https://apex.oracle.com/pls/apex/f?p=83009:30",
"previewImage": "https://raw.githubusercontent.com/planetapex/apex-plugin-atomCalculator/master/assets/atomCalculator.gif"
}
}
}
}