mirror of
https://github.com/AR2000AR/openComputers_codes.git
synced 2025-09-08 22:51:14 +02:00
16 lines
385 B
Plaintext
16 lines
385 B
Plaintext
{
|
|
["manifestVersion"] = "1.0",
|
|
["package"] = "bank_client",
|
|
["version"] = "1.2.1",
|
|
["name"] = "bank client app",
|
|
["repo"] = "tree/master/bank_client",
|
|
["description"] = "The client app for the banker",
|
|
["note"] = "WIP",
|
|
["authors"] = "AR2000AR, thofi",
|
|
["dependencies"] = {
|
|
["libgui"] = "oppm",
|
|
["libgui_extra"] = "oppm",
|
|
["bank_api"] = "oppm",
|
|
["libcb"] = "oppm"
|
|
}
|
|
} |