mirror of
https://github.com/araxiaonline/mod-azerothshard.git
synced 2026-06-13 01:32:21 -04:00
26 lines
538 B
JSON
26 lines
538 B
JSON
{
|
|
"name": "mod-azerothshard",
|
|
"version": "2.0.0",
|
|
"compatibility": [
|
|
{
|
|
"version": "1.0.0",
|
|
"branch": "none"
|
|
},
|
|
{
|
|
"version": "2.0.0",
|
|
"branch": "none"
|
|
},
|
|
{
|
|
"version": "3.0.0",
|
|
"branch": "master"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"mod-autobalance": {
|
|
"name": "mod-autobalance",
|
|
"url": "https://github.com/azerothcore/mod-autobalance",
|
|
"baseDir": ""
|
|
}
|
|
}
|
|
}
|