From 5f7f94b800c8f6425d3e6ad8823a6b84a67978f8 Mon Sep 17 00:00:00 2001 From: Andinus Date: Thu, 29 Jul 2021 19:47:00 +0530 Subject: Initial Commit --- META6.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 META6.json (limited to 'META6.json') diff --git a/META6.json b/META6.json new file mode 100644 index 0000000..a2a31f8 --- /dev/null +++ b/META6.json @@ -0,0 +1,20 @@ +{ + "name" : "lacerta", + "auth" : "zef:andinus", + "version" : "0.1.0", + "description" : "Lacerta parses WhatsApp exported logs", + "authors" : [ "Andinus " ], + "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" +} -- cgit 1.4.1-2-gfad0