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

                     
                           
                        




                                                                                         
                                              

                 
                      
                                        

             
                                                                  


                                                              
{
    "name" : "orion",
    "auth" : "zef:andinus",
    "version" : "0.2.2",
    "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<zef:dwarring>"
    ],
    "tags": [
        "Orion", "PasswordStore", "pass", "HaveIBeenPwned", "HIBP"
    ],
    "source-url" : "https://git.tilde.institute/andinus/orion"
}