mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 07:57:51 -05:00
0ab32b3e25
work with + preliminary settings & UI work + various other fixes and changes
29 lines
714 B
JSON
29 lines
714 B
JSON
{
|
|
"geode": "v0.2.0",
|
|
"version": "v1.0.0",
|
|
"id": "geode.testdep",
|
|
"name": "Geode Test Dependency",
|
|
"developer": "Geode Team",
|
|
"description": "Unit test dependency for Geode",
|
|
"binary": "TestDependency",
|
|
"settings": {
|
|
"sock": {
|
|
"type": "string",
|
|
"default": "Cheese"
|
|
},
|
|
"steve-setting": {
|
|
"type": "string",
|
|
"name": "Steve!!",
|
|
"default": "ball"
|
|
},
|
|
"enable-gay-dreams": {
|
|
"type": "bool",
|
|
"default": true
|
|
},
|
|
"catgirl": {
|
|
"type": "int",
|
|
"default": 5,
|
|
"max": 10
|
|
}
|
|
}
|
|
}
|