Files
factorio-scenario-ExpCluster/modules/ExpGamingLib/softmod.json
Cooldude2606 874d97cc28 Updated Jsons
2018-12-09 01:01:38 +00:00

21 lines
531 B
JSON

{
"name": "ExpGamingLib",
"version": "4.0.0",
"type": "Module",
"description": "Adds some common functions used though out all ExpGaming modules",
"location": "FSM_ARCHIVE",
"keywords": [
"ExpGaming",
"Lib"
],
"author": "Cooldude2606",
"contact": "Discord: Cooldude2606#5241",
"license": "https://github.com/explosivegaming/scenario/blob/master/LICENSE",
"dependencies": {
"FactorioStdLib.Game": "*",
"FactorioStdLib.Color": "*",
"FactorioStdLib.Table": "^0.8.0"
},
"submodules": {}
}