-
Notifications
You must be signed in to change notification settings - Fork 0
/
box.json
32 lines (32 loc) · 937 Bytes
/
box.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
{
"author":"Brad Wood",
"description":"WebSocket Listener library to be used with CommandBox Websocket and BoxLang WebSocket server.",
"documentation":"https://forgebox.io/view/socketbox",
"homepage":"https://forgebox.io/view/socketbox",
"ignore":[
"**/.*",
"/test/",
"/tests/"
],
"license":[
{
"type":"Apache 2.0",
"URL":"https://github.com/coldbox-modules/SocketBox/blob/master/LICENSE"
}
],
"location":"ForgeboxStorage",
"name":"SocketBox",
"projectURL":"https://forgebox.io/view/socketbox",
"repository":{
"type":"Git",
"URL":"https://github.com/coldbox-modules/SocketBox"
},
"scripts":{
"onRelease":"publish",
"postPublish":"!git push --follow-tags"
},
"shortDescription":"WebSocket Listener library",
"slug":"socketbox",
"type":"modules",
"version":"1.2.2"
}