about summary refs log blame commit diff stats
path: root/META6.json
blob: b373aeb6c2bfc8b98a4f79482e5a3668c0b44df9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                      
                           
                        





                                                         
                                                      



                                                 




                                                               
{
    "name" : "caelum",
    "auth" : "zef:andinus",
    "version" : "0.1.1",
    "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"
}