mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 03:25:23 +09:00
18 lines
260 B
JSON
18 lines
260 B
JSON
{
|
|
"name": "exp_util",
|
|
"load": [
|
|
"include/package.lua",
|
|
"include/require.lua",
|
|
"storage.lua",
|
|
"selection.lua",
|
|
"async.lua"
|
|
],
|
|
"require": [
|
|
"include/math.lua",
|
|
"include/table.lua"
|
|
],
|
|
"dependencies": {
|
|
"clusterio": "*"
|
|
}
|
|
}
|