-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMETA.json
More file actions
91 lines (91 loc) · 2.5 KB
/
META.json
File metadata and controls
91 lines (91 loc) · 2.5 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"abstract" : "The authentication middeleware collection for Plack.",
"author" : [
"Kang-min Liu <gugod@gugod.org>",
"Luke Closs <me@luk.ec>"
],
"dynamic_config" : 0,
"generated_by" : "App::ModuleBuildTiny version 0.029",
"license" : [
"mit"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "Doorman",
"prereqs" : {
"configure" : {
"requires" : {
"Module::Build::Tiny" : "0.034"
}
},
"develop" : {
"requires" : {
"App::ModuleBuildTiny" : "0.029"
}
},
"runtime" : {
"requires" : {
"IO::Socket::SSL" : "1.84",
"LWP::UserAgent" : "6.04",
"Net::OpenID::Consumer" : "1.13",
"Net::Twitter::Lite" : "0.12002",
"Plack" : "1.0018",
"Plack::Middleware::Session" : "0.18"
}
},
"test" : {
"requires" : {
"Test::More" : "0.98"
}
}
},
"provides" : {
"Doorman" : {
"file" : "lib/Doorman.pm",
"version" : "0.10"
},
"Doorman::PlackMiddleware" : {
"file" : "lib/Doorman/PlackMiddleware.pm",
"version" : "0"
},
"Doorman::Scope" : {
"file" : "lib/Doorman/Scope.pm"
},
"Plack::Middleware::DoormanAuth0" : {
"file" : "lib/Plack/Middleware/DoormanAuth0.pm",
"version" : "0.01"
},
"Plack::Middleware::DoormanAuthentication" : {
"file" : "lib/Plack/Middleware/DoormanAuthentication.pm",
"version" : "0.06"
},
"Plack::Middleware::DoormanGoogleFederatedLogin" : {
"file" : "lib/Plack/Middleware/DoormanGoogleFederatedLogin.pm"
},
"Plack::Middleware::DoormanOpenID" : {
"file" : "lib/Plack/Middleware/DoormanOpenID.pm",
"version" : "0.06"
},
"Plack::Middleware::DoormanTwitter" : {
"file" : "lib/Plack/Middleware/DoormanTwitter.pm",
"version" : "0.06"
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/gugod/Doorman/issues"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/gugod/Doorman.git",
"web" : "https://github.com/gugod/Doorman"
}
},
"version" : "0.10",
"x_serialization_backend" : "JSON::PP version 4.07",
"x_spdx_expression" : "MIT",
"x_static_install" : "1"
}