-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapexplugin.json
35 lines (35 loc) · 1.18 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
{
"name": "APEX-Websocket-Plugin",
"version": "1.0",
"description": "A WebSocket-Plugin for declarative usage in Oracle APEX",
"keywords": ["WebSockets", "realtime", "connection"],
"homepage": "https://github.com/mt-ag/apex-websocket-plugin",
"bugs": {
"url": "https://github.com/mt-ag/apex-websocket-plugin/issues",
"email": "[email protected]"
},
"license": "MIT",
"author": {
"name": "Kai Donato",
"email": "[email protected]",
"url": "http://apex.mt-ag.com",
"twitter": "_KaiDonato",
"donationUrl": ""
},
"repository": {
"type": "git",
"url": "https://github.com/mt-ag/apex-websocket-plugin.git"
},
"oracle": {
"versions": ["11.2.0.1", "12.1.0.1"],
"apex": {
"versions": ["5.0.0"],
"plugin": {
"internalName": "DE.KAI-DONATO.APEX.WEBSOCKET-CONNECTION",
"type": "dynamic action",
"demo": "https://github.com/mt-ag/apex-websocket-plugin",
"previewImage": "https://raw.githubusercontent.com/mt-ag/apex-websocket-plugin/master/Screenshot1.png"
}
}
}
}