-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmoduleinfo.json
More file actions
48 lines (43 loc) · 965 Bytes
/
moduleinfo.json
File metadata and controls
48 lines (43 loc) · 965 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "ORM für Modified",
"archiveName": "robinthehood/modified-orm",
"sourceDir": "new_files",
"version": "auto",
"shortDescription": "Kurzbeschreibung",
"description": "ORM für Modified",
"developer": "Robin Wieschendorf",
"developerWebsite": "https://www.sumw.de",
"website": "https://www.sumw.de",
"category": "library",
"price": "free",
"modifiedCompatibility": [
"2.0.3.0",
"2.0.4.0",
"2.0.4.1",
"2.0.4.2",
"2.0.5.0",
"2.0.5.1",
"2.0.6.0",
"2.0.7.0",
"2.0.7.1",
"2.0.7.2",
"3.0.0",
"3.0.1",
"3.0.2",
"3.1.0",
"3.1.1",
"3.1.2",
"3.1.3",
"3.1.4",
"3.1.5",
"3.1.6",
"3.2.0",
"3.2.1",
"3.3.0"
],
"autoload": {
"psr-4": {
"RobinTheHood\\": "/vendor-no-composer/robinthehood"
}
}
}