blob: cf0dab6d7a780bafcfe8b7775df5e7218f313aba (
plain) (
tree)
|
|
{
"name" : "antlia",
"auth" : "zef:andinus",
"version" : "0.1.0",
"description" : "Antlia is a text based Rock paper scissors game",
"authors" : [ "Andinus <andinus@nand.sh>" ],
"license" : "ISC",
"perl" : "6.d",
"provides" : {
"Antlia::CLI" : "lib/Antlia/CLI.rakumod"
},
"depends" : [
"Terminal::Table:auth<github:araraloren>"
],
"resources" : [
"rock/1", "rock/2", "paper/1", "paper/2", "scissor/1", "scissor/2"
],
"tags": [
"Antlia", "roshambo", "ro-sham-bo", "Rock paper scissors"
],
"source-url" : "https://git.tilde.institute/andinus/antlia"
}
|