about summary refs log tree commit diff stats
path: root/META6.json
diff options
context:
space:
mode:
Diffstat (limited to 'META6.json')
-rw-r--r--META6.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/META6.json b/META6.json
new file mode 100644
index 0000000..1deb828
--- /dev/null
+++ b/META6.json
@@ -0,0 +1,22 @@
+{
+    "name" : "antlia",
+    "auth" : "zef:andinus",
+    "version" : "0.1.0",
+    "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>"
+    ],
+    "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"
+}