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"
}
|