blob: fc3139146bd3399842ae747b9739f682ffda7192 (
plain) (
tree)
|
|
{
"name" : "caelum",
"auth" : "github:andinus",
"version" : "0.1.0",
"description" : "Caelum is a text based Cee-lo game",
"authors" : [ "Andinus <andinus@nand.sh>" ],
"license" : "ISC",
"perl" : "6.d",
"provides" : {
"Caelum::CLI" : "lib/Caelum/CLI.rakumod",
"Caelum::Player" : "lib/Caelum/Player.rakumod"
},
"depends" : [
"Terminal::Table:auth<github:araraloren>"
],
"tags": [
"Caelum", "Cee-lo", "Chinchirorin", "Chinchiro"
],
"source-url" : "https://git.tilde.institute/andinus/caelum"
}
|