about summary refs log tree commit diff stats
path: root/META6.json
blob: ea6f17beeaf042b27f686ade5a3a1fa0ad9e3e9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "name" : "lacerta",
    "auth" : "zef:andinus",
    "version" : "0.1.1",
    "description" : "Lacerta parses WhatsApp exported logs",
    "authors" : [ "Andinus <andinus@nand.sh>" ],
    "license" : "ISC",
    "perl" : "6.d",
    "provides" : {
        "Lacerta::CLI" : "lib/Lacerta/CLI.rakumod"
    },
    "depends" : [
        "Terminal::Spinners",
        "Text::Table::Simple"
    ],
    "tags": [
        "Lacerta", "WhatsApp"
    ],
    "source-url" : "https://git.tilde.institute/andinus/lacerta"
}