-
Notifications
You must be signed in to change notification settings - Fork 5
/
META6.json
39 lines (28 loc) · 1.2 KB
/
META6.json
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name" : "GraphQL",
"version" : "0.6.2",
"source-url" : "https://github.com/CurtTilmes/Perl6-GraphQL.git",
"perl" : "6.*",
"tags" : [ "GraphQL" ],
"provides" : {
"GraphQL" : "lib/GraphQL.pm",
"GraphQL::Actions" : "lib/GraphQL/Actions.pm",
"GraphQL::Compare" : "lib/GraphQL/Compare.pm",
"GraphQL::Execution" : "lib/GraphQL/Execution.pm",
"GraphQL::Grammar" : "lib/GraphQL/Grammar.pm",
"GraphQL::GraphiQL" : "lib/GraphQL/GraphiQL.pm",
"GraphQL::Introspection" : "lib/GraphQL/Introspection.pm",
"GraphQL::Response" : "lib/GraphQL/Response.pm",
"GraphQL::Types" : "lib/GraphQL/Types.pm",
"GraphQL::Validation" : "lib/GraphQL/Validation.pm"
},
"depends" : [ "JSON::Fast", "Text::Wrap:auth<github:jkramer>" ],
"description" : "Perl6 implementation of GraphQL",
"test-depends" : [ "Test" ],
"license" : "NASA-1.3",
"authors" : [ "Curt Tilmes <Curt.Tilmes@nasa.gov>" ],
"support" : {
"source" : "https://github.com/CurtTilmes/Perl6-GraphQL.git",
"bugtracker" : "https://github.com/CurtTilmes/Perl6-GraphQL/issues"
}
}