-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathMETA.json
80 lines (80 loc) · 2.09 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
{
"abstract" : "Redis::JobQueue simple job queue with Redis server capabilities.",
"author" : [
"TrackingSoft LLC <[email protected]>"
],
"dynamic_config" : 1,
"generated_by" : "ExtUtils::MakeMaker version 6.8, CPAN::Meta::Converter version 2.132830",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "Redis-JobQueue",
"no_index" : {
"directory" : [
"t",
"inc",
"xt",
"ex"
]
},
"prereqs" : {
"test" : {
"requires" : {
"Test::Deep" : "0.109",
"Test::Exception" : "0.31",
"Test::NoWarnings" : "1.04",
"Test::RedisServer" : "0.04",
"Test::TCP" : "2.11"
}
},
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"runtime" : {
"requires" : {
"Data::UUID" : "1.217",
"Digest::SHA1" : "2.13",
"List::MoreUtils" : "0.33",
"Mouse" : "2.4.1",
"Params::Util" : "1.07",
"Redis" : "1.976",
"Storable" : "2.18",
"Try::Tiny" : "0.18",
"perl" : "5.010"
}
}
},
"provides" : {
"Redis::JobQueue" : {
"file" : "lib/Redis/JobQueue.pm",
"version" : "1.19"
},
"Redis::JobQueue::Job" : {
"file" : "lib/Redis/JobQueue/Job.pm",
"version" : "1.19"
},
"Redis::JobQueue::Util" : {
"file" : "lib/Redis/JobQueue/Util.pm",
"version" : "1.19"
}
},
"release_status" : "stable",
"version" : "1.19",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/TrackingSoft/Redis-JobQueue/issues"
},
"homepage" : "https://github.com/TrackingSoft/Redis-JobQueue",
"repository" : {
"type" : "git",
"url" : "git://github.com/TrackingSoft/Redis-JobQueue.git",
"web" : "http://github.com/TrackingSoft/Redis-JobQueue"
}
}
}