-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathapexplugin.json
47 lines (47 loc) · 1.22 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
39
40
41
42
43
44
45
46
47
{
"name": "D3 Force Network Chart",
"version": "3.1.2",
"description": "D3 force directed network visualization with an interactive customization wizard",
"keywords": [
"d3.js",
"force layout",
"network visualization"
],
"homepage": "https://github.com/ogobrecht/d3-force-apex-plugin",
"bugs": {
"url": "https://github.com/ogobrecht/d3-force-apex-plugin/issues"
},
"license": "MIT",
"author": {
"name": "Ottmar Gobrecht",
"email": "ottmar.gobrecht@gmail.com",
"url": "https://ogobrecht.github.io",
"twitter": "ogobrecht",
"donationUrl": "https://www.paypal.me/ogobrecht"
},
"repository": {
"type": "git",
"url": "https://github.com/ogobrecht/d3-force-apex-plugin.git"
},
"oracle": {
"versions": [
"11.2.0.1",
"12.1.0.1"
],
"apex": {
"versions": [
"5.1.4"
],
"plugin": {
"internalName": "NET.GOBRECHTS.D3.FORCE",
"type": "region",
"demo": "https://apex.oracle.com/pls/apex/f?p=18290:1",
"previewImage": "https://raw.githubusercontent.com/ogobrecht/d3-force-apex-plugin/master/preview.png"
}
}
},
"jsFile": {
"md5Hash": "f561553a031a4fae9983ba5c3c246b0d",
"version": 34
}
}