Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mt-ag authored Jul 17, 2017
1 parent 1cbba27 commit 4a28f75
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions apexplugin.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,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" : "apex.mt-ag.com",
"twitter" : "_KaiDonato",
"donationUrl" : "none"
},
"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" : "none",
"previewImage" : "https://raw.githubusercontent.com/mt-ag/apex-websocket-plugin/master/Screenshot1.png"
}
"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": "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": "http://apex.mt-ag.com/",
"previewImage": "https://raw.githubusercontent.com/mt-ag/apex-websocket-plugin/master/Screenshot1.png"
}
}
}
}
}

0 comments on commit 4a28f75

Please sign in to comment.