-
Notifications
You must be signed in to change notification settings - Fork 10
/
apexplugin.json
33 lines (33 loc) · 1.02 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
{
"name" : "apexChat",
"version" : "1.0.0",
"description" : "Region plugin for chat",
"keywords" : ["chat", "websockets", "node", "apex", "oracle", "plugin"],
"homepage" : "https://github.com/isabolic/apex-chat-region",
"bugs" : {
"url" : "https://github.com/isabolic/apex-chat-region/issues",
"email" : "sabolic.ivan@gmail.com"
},
"license" : "MIT",
"author" : {
"name" : "Ivan Sabolić",
"email" : "sabolic.ivan@gmail.com",
"url" : "https://github.com/isabolic"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/isabolic/apex-chat-region"
},
"oracle" : {
"versions" : ["11.2.0.1", "12.1.0.1"],
"apex" : {
"versions" : ["5.0.2.00.07", "5.1.0.00.45", "5.1.2.00.09"],
"plugin" : {
"internalName" : "APEX.SOCKET.CHAT.ROOM",
"type" : "region",
"demo" : "https://apex.oracle.com/pls/apex/f?p=101959:16",
"previewImage" : "https://raw.githubusercontent.com/isabolic/apex-chat-region/master/apex-chat-prw.gif"
}
}
}
}