-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMETA.info
39 lines (38 loc) · 866 Bytes
/
META.info
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" : "App-prancer",
"tags" : [
"web",
"framework",
"PSGI",
"P6SGI"
],
"authors" : [
"Jeffrey Goff <[email protected]>"
],
"author" : "Jeffrey Goff <[email protected]>",
"auth" : "github:drforr",
"support" : {
"source" : "git://github.com/drforr/perl6-App-prancer.git"
},
"source-url" : "git://github.com/drforr/perl6-App-prancer.git",
"perl" : "6",
"build-depends" : [
"panda"
],
"provides" : {
"App::Prancer::Core" : "lib/App/Prancer/Core.pm6"
"App::Prancer::Routes" : "lib/App/Prancer/Routes.pm6"
"App::Prancer::Sessions" : "lib/App/Prancer/Sessions.pm6"
},
"depends" : [
# "Cookie::Baker",
# "Crust",
"Digest::HMAC",
# "Digest::SHA"
],
"test-depends" : [
"Test"
],
"description" : "Minimalist web framework",
"version" : "0.0.2"
}