mirror of
https://github.com/geode-sdk/example-mod.git
synced 2024-11-14 10:55:07 -05:00
14 lines
259 B
JSON
14 lines
259 B
JSON
{
|
|
"geode": "$GEODE_VERSION",
|
|
"gd": {
|
|
"win": "2.2074",
|
|
"android": "2.2074",
|
|
"mac": "2.2074",
|
|
"ios": "2.2074"
|
|
},
|
|
"id": "$MOD_ID",
|
|
"name": "$MOD_NAME",
|
|
"version": "$MOD_VERSION",
|
|
"developer": "$MOD_DEVELOPER",
|
|
"description": "$MOD_DESCRIPTION"
|
|
}
|