summary refs log blame commit diff stats
path: root/META6.json
blob: c6548d10f63e943bbe14cb1bfbb36315306ddb8b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12


                              
                        







                                                                                         

                                                          

             
                                                                  


                                                              
{
    "name" : "orion",
    "auth" : "github:andinus",
    "version" : "0.2.1",
    "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" : [
        "Digest::SHA"
        "LWP::Simple::auth<github:raku-community-modules>"
    ],
    "tags": [
        "Orion", "PasswordStore", "pass", "HaveIBeenPwned", "HIBP"
    ],
    "source-url" : "https://git.tilde.institute/andinus/orion"
}