about summary refs log tree commit diff stats
path: root/META6.json
blob: ea7d30b195bc7516edfc6c327c8e85877fd2a9ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "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>"
    ],
    "build-depends" : [ ],
    "test-depends" : [ ],
    "resources" : [
    ],
    "tags": [
        "Caelum", "Cee-lo", "Chinchirorin", "Chinchiro"
    ],
    "source-url" : "https://git.tilde.institute/andinus/caelum"
}