diff options
author | Andinus <andinus@nand.sh> | 2021-04-13 13:52:09 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2021-04-13 13:52:09 +0530 |
commit | 863b5301e2d2c75683086a608ebdf8f497133b94 (patch) | |
tree | fc7a07bac513abbd874102fa2e95b9dd0b00d415 /META6.json | |
parent | 12fdf3632824a3ffea9f8dfc9249cb7a27e6a2c8 (diff) | |
download | orion-863b5301e2d2c75683086a608ebdf8f497133b94.tar.gz |
Re-initialize project for Raku port
Diffstat (limited to 'META6.json')
-rw-r--r-- | META6.json | 19 |
1 files changed, 19 insertions, 0 deletions
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 <andinus@nand.sh>" ], + "license" : "ISC", + "perl" : "6.d", + "provides" : { + "Orion::CLI" : "lib/Orion/CLI.rakumod", + }, + "depends" : [ + "WWW:ver<1.005006+>:auth<github:raku-community-modules>" + ], + "tags": [ + "Orion", "Password Store", "pass", "Have I Been Pwned", "HIBP" + ], + "source-url" : "https://git.tilde.institute/andinus/orion" +} |