forked from RobinTheHood/modified-std-module
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmoduleinfo.json
More file actions
35 lines (29 loc) · 789 Bytes
/
moduleinfo.json
File metadata and controls
35 lines (29 loc) · 789 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
{
"name": "Standard Modul für Modified",
"archiveName": "robinthehood/modified-std-module",
"sourceDir": "new_files",
"version": "auto",
"shortDescription": "Standard Modul für Modified",
"description": "Standard Modul für Modified",
"developer": "Robin Wieschendorf",
"developerWebsite": "https://robinwieschendorf.de",
"website": "https://robinwieschendorf.de",
"require": {
"composer/autoload": "^1.0.0"
},
"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"
],
"autoload": {
"psr-4": {
"RobinTheHood\\": "/vendor-no-composer/robinthehood"
}
}
}