From 3cf07e5d8f5579893a43a4300d44d4dbab90ba81 Mon Sep 17 00:00:00 2001 From: Andinus Date: Thu, 29 Apr 2021 20:46:30 +0530 Subject: Initial implementation --- META6.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 META6.json (limited to 'META6.json') 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 " ], + "license" : "ISC", + "perl" : "6.d", + "provides" : { + "Antlia::CLI" : "lib/Antlia/CLI.rakumod", + }, + "depends" : [ + "Terminal::Table:auth" + ], + "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" +} -- cgit 1.4.1-2-gfad0