mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-03 22:12:38 +00:00
23 lines
482 B
JSON
23 lines
482 B
JSON
{
|
|
"documentation": "aurorastation config for TGS3.",
|
|
"changelog": {
|
|
"script": "tools/GenerateChangelog/ss13_genchangelog.py",
|
|
"arguments": "html/changelog.html html/changelogs",
|
|
"pip_dependancies": [
|
|
"PyYaml",
|
|
"beautifulsoup4"
|
|
]
|
|
},
|
|
"synchronize_paths": [
|
|
"html/changelog.html",
|
|
"html/changelogs/*"
|
|
],
|
|
"static_directories": [
|
|
"config",
|
|
"data"
|
|
],
|
|
"dlls": [
|
|
"libmysql.dll"
|
|
]
|
|
}
|