1
0
mirror of https://github.com/AR2000AR/openComputers_codes.git synced 2025-09-08 14:41:14 +02:00
Files
openComputers_codes/bank_api/bank_api.manifest
2023-08-16 15:12:42 +02:00

13 lines
343 B
Plaintext

{
["manifestVersion"] = "1.0",
["package"] = "bank_api",
["version"] = "1.1.0",
["name"] = "Bank API",
["repo"] = "tree/master/bank_api",
["description"] = "API used to send request to the bank server",
["note"] = "You will need to set the server address",
["authors"] = "AR2000AR",
["dependencies"] = {
["osinetwork"] = "oppm"
}
}