mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 07:57:51 -05:00
72af8b95e6
- remove datastore - remove binary parsing in mod.json - try to fix mac build again
15 lines
345 B
JSON
15 lines
345 B
JSON
{
|
|
"geode": "0.4.1",
|
|
"version": "1.0.0",
|
|
"id": "geode.test",
|
|
"name": "Geode Test",
|
|
"developer": "Geode Team",
|
|
"description": "unit test for geode",
|
|
"dependencies": [
|
|
{
|
|
"id": "geode.testdep",
|
|
"version": "1.0.*",
|
|
"required": true
|
|
}
|
|
]
|
|
}
|