-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
mt-ag
authored
Jul 17, 2017
1 parent
1cbba27
commit 4a28f75
Showing
1 changed file
with
32 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} | ||
} | ||
} |