aboutsummaryrefslogtreecommitdiff
path: root/challenge-014/aaron-sherman/perl6/META6.json
blob: 18aa0e5da3cfff49999fc7a38652bf00bc30c738 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "perl" : "6.c",
    "name" : "Challenge014::AJS",
    "api"  : "1",
    "auth" : "github:ajs",
    "version" : "0.0.1",
    "description" : "Solutions to this week's puzzles.",
    "authors" : [ "Aaron Sherman" ],
    "license" : "Artistic-2.0",
    "provides" : { },
    "depends" : [
        "JSON::Tiny",
        "WWW",
        "Math::Sequences::Numberphile"
    ],
    "build-depends" : [ ],
    "test-depends" : [ ],
    "resources" : [ ],
    "tags": [ ],
    "source-url" : "git@github.com:manwar/perlweeklychallenge-club.git"
}