-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodserver.json
58 lines (58 loc) · 1.89 KB
/
modserver.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name":"Sandbox modserver",
"packages":{
"Max IDE":{
"author":"Simon Armstrong, Blitz Research Limited",
"name":"MaxIDE",
"dependencies":{
"bcc":{"version":"", "date":"2023-03-11" }
},
"description":"Integrated Development Environment for BlitzMax",
"type":"application",
"repository":"github:bmx-ng/maxide",
"installer":{
"win32":[
{"action":"copy", "source":"maxide.exe", "target":"${BLITZMAX}/"}
],
"linux":[
{"action":"copy", "source":"maxide", "target":"${BLITZMAX}/"}
]
},
},
"bmx.json":{
"author":"Si Dunford [Scaremonger]",
"description":"JSON Module for BlitzMax",
"type":"module",
"dependencies":{},
"repository":"github:blitzmax-itspeedway-net/bmx.json",
"target":"${BLITZMAX}/mod/bmx.mod/json.mod/",
},
"bmx.observer":{
"author":"Si Dunford [Scaremonger]",
"description":"Observer Module for BlitzMax",
"type":"module",
"dependencies":{
"bmx.json":{"version":"3.2", "date":"2024-04-10" }
},
"repository":"github:blitzmax-itspeedway-net/observer.mod",
"target":"${BLITZMAX}/mod/bmx.mod/observer.mod/",
},
"bmx.timestamp":{
"author":"Si Dunford [Scaremonger]",
"description":"Timestamp Module for BlitzMax",
"type":"module",
"dependencies":{},
"repository":"github:blitzmaxmods/timestamp.mod",
"target":"${BLITZMAX}/mod/bmx.mod/timestamp.mod/",
},
"bah.database":{
"author":"[brucey]",
"description":"Database Module for BlitzMax",
"type":"module",
"dependencies":{},
"repository":"github:maxmods/bah.mod",
"folder":"database.mod",
"target":"${BLITZMAX}/mod/bah.mod/database.mod/",
}
},
}