Moved ExpGamingLib

This commit is contained in:
Cooldude2606
2019-03-24 15:38:27 +00:00
parent a5d1988dde
commit 06b4ae9b25
2 changed files with 349 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "ExpGamingLib",
"version": "4.0.0",
"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": "^0.8.0",
"FactorioStdLib.Color": "^0.8.0",
"FactorioStdLib.Table": "^0.8.0"
},
"submodules": {}
}