aboutsummaryrefslogtreecommitdiff
path: root/META6.json
blob: 45b4df538dd1c840559da3bd5f05d8e8d0109655 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
    "perl": "6",
    "name": "Config",
    "version": "1.0.0",
    "auth": "githu:scriptkitties",
    "description": "Extensible library for reading and writing configuration files.",
    "license": "GPL-3.0",
    "depends": [

    ],
    "provides": {
        "Config": "lib/Config.pm6"
    },
    "authors": [
        "Patrick Spek <p.spek@tyil.work>"
    ],
    "tags": [
        "config",
        "configuration"
    ],
    "test-depends": [
        "Test::META"
    ],
    "source-url": "https://github.com/scriptkitties/p6-Config.git"
}