about summary refs log tree commit diff stats
path: root/META6.json
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-07-29 19:47:00 +0530
committerAndinus <andinus@nand.sh>2021-07-29 19:47:00 +0530
commit5f7f94b800c8f6425d3e6ad8823a6b84a67978f8 (patch)
tree665f93b864645318ace3766304dbc9bf33cd61f3 /META6.json
downloadlacerta-5f7f94b800c8f6425d3e6ad8823a6b84a67978f8.tar.gz
Initial Commit
Diffstat (limited to 'META6.json')
-rw-r--r--META6.json20
1 files changed, 20 insertions, 0 deletions
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 <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"
+}