summary refs log tree commit diff stats
path: root/META6.json
blob: e04f8411cf4b9789b9d8206c2f086d759db1d15d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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"
}