about summary refs log tree commit diff stats
path: root/META6.json
blob: 28010f9d08b50f651dd49150192e058e55d6dfe3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "name" : "caelum",
    "auth" : "github: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"
}