forked from PerlDancer/dancer2-session-mongodb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.json
91 lines (90 loc) · 2.36 KB
/
META.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
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
{
"abstract" : "Dancer 2 session storage with MongoDB",
"author" : [
"David Golden <[email protected]>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 4.300029, CPAN::Meta::Converter version 2.120921",
"license" : [
"apache_2_0"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "Dancer2-Session-MongoDB",
"no_index" : {
"directory" : [
"t",
"xt",
"examples",
"corpus"
],
"package" : [
"DB"
]
},
"prereqs" : {
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "6.30"
}
},
"develop" : {
"requires" : {
"Pod::Coverage::TrustPod" : "0",
"Test::CPAN::Meta" : "0",
"Test::Pod" : "1.41",
"Test::Pod::Coverage" : "1.08"
}
},
"runtime" : {
"requires" : {
"Dancer2" : "2",
"Dancer2::Core::Role::SessionFactory" : "0",
"Dancer2::Core::Types" : "0",
"MongoDB::MongoClient" : "0",
"MongoDB::OID" : "0",
"Moo" : "0",
"perl" : "5.008001",
"strict" : "0",
"warnings" : "0"
}
},
"test" : {
"requires" : {
"Dancer2" : "0",
"ExtUtils::MakeMaker" : "0",
"File::Find" : "0",
"File::Spec::Functions" : "0",
"File::Temp" : "0.22",
"HTTP::Date" : "0",
"JSON" : "0",
"LWP::UserAgent" : "0",
"List::Util" : "0",
"MongoDB" : "0",
"Test::More" : "0",
"Test::TCP" : "1.13"
}
}
},
"provides" : {
"Dancer2::Session::MongoDB" : {
"file" : "lib/Dancer2/Session/MongoDB.pm",
"version" : "0.002"
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/dagolden/dancer2-session-mongodb/issues"
},
"homepage" : "https://metacpan.org/release/Dancer2-Session-MongoDB",
"repository" : {
"type" : "git",
"url" : "git://github.com/dagolden/dancer2-session-mongodb.git",
"web" : "https://github.com/dagolden/dancer2-session-mongodb"
}
},
"version" : "0.002"
}