forked from Gulliver72/modified-std-language-module
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmoduleinfo.json
More file actions
30 lines (24 loc) · 707 Bytes
/
moduleinfo.json
File metadata and controls
30 lines (24 loc) · 707 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
{
"name": "Standard Sprachen Modul für Modified",
"archiveName": "gulliver72/modified-std-language-module",
"sourceDir": "new_files",
"version": "auto",
"shortDescription": "Standard Sprachen Modul für Modified",
"description": "Standard Sprachen Modul für Modified",
"developer": "Bert Funke",
"developerWebsite": "https://bert-funke.de",
"website": "https://bert-funke.de",
"require": {
"composer/autoload": "^1.0.0"
},
"category": "library",
"price": "free",
"modifiedCompatibility": [
"2.0.5.1"
],
"autoload": {
"psr-4": {
"Gulliver72\\": "/vendor-no-composer/Gulliver72"
}
}
}