-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmod.json
More file actions
34 lines (34 loc) · 775 Bytes
/
mod.json
File metadata and controls
34 lines (34 loc) · 775 Bytes
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
{
"geode": "5.0.0",
"gd": {
"win": "2.2081",
"android": "2.2081",
"mac": "2.2081",
"ios": "2.2081"
},
"version": "v3.0.1",
"id": "iandyhd3.wsliveeditor",
"name": "WSLiveEditor",
"developer": "iAndyHD3",
"description": "WebSocket server to interact with the editor",
"links": {
"source": "https://github.com/iAndyHD3/WSLiveEditor",
"community": "https://discord.gg/tP8tbFPVu4"
},
"issues": {
"url": "https://github.com/iAndyHD3/WSLiveEditor/issues",
"info": "If you encounter issues (like crashes) please report them on GitHub."
},
"settings": {
"ws-port": {
"type": "int",
"default": 1313,
"name": "WebSocket Server Port"
}
},
"tags": [
"utility",
"developer",
"editor"
]
}