about summary refs log tree commit diff stats
path: root/META6.json
blob: 13ed7f21434a1c54165000c010e3eb7367a6b58c (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" : "antlia",
    "auth" : "zef:andinus",
    "version" : "0.1.2",
    "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>",
        "Terminal::ANSIColor",
        "Terminal::Boxer"
    ],
    "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"
}