buildat/games/test/test1/meta.json

12 lines
222 B
JSON
Raw Normal View History

2014-09-29 09:15:18 +03:00
{
"dependencies": [
{"module": "network"},
{"module": "client_lua"},
{"module": "client_data"},
{"module": "foobar", "optional": true}
],
"reverse_dependencies": [
{"module": "foobar2", "optional": true}
]
}