From 863b5301e2d2c75683086a608ebdf8f497133b94 Mon Sep 17 00:00:00 2001 From: Andinus Date: Tue, 13 Apr 2021 13:52:09 +0530 Subject: Re-initialize project for Raku port --- META6.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 META6.json (limited to 'META6.json') diff --git a/META6.json b/META6.json new file mode 100644 index 0000000..e04f841 --- /dev/null +++ b/META6.json @@ -0,0 +1,19 @@ +{ + "name" : "orion", + "auth" : "github:andinus", + "version" : "0.2.0", + "description" : "Orion checks for compromised passwords using Have I Been Pwned API", + "authors" : [ "Andinus " ], + "license" : "ISC", + "perl" : "6.d", + "provides" : { + "Orion::CLI" : "lib/Orion/CLI.rakumod", + }, + "depends" : [ + "WWW:ver<1.005006+>:auth" + ], + "tags": [ + "Orion", "Password Store", "pass", "Have I Been Pwned", "HIBP" + ], + "source-url" : "https://git.tilde.institute/andinus/orion" +} -- cgit 1.4.1-2-gfad0