]> Dogcows Code - chaz/groupsecret/blob - META.json
Version 0.304
[chaz/groupsecret] / META.json
1 {
2 "abstract" : "A simple tool for maintaining a shared group secret",
3 "author" : [
4 "Charles McGarvey <chazmcgarvey@brokenzipper.com>"
5 ],
6 "dynamic_config" : 0,
7 "generated_by" : "Dist::Zilla version 6.010, CPAN::Meta::Converter version 2.150010",
8 "license" : [
9 "mit"
10 ],
11 "meta-spec" : {
12 "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
13 "version" : 2
14 },
15 "name" : "App-GroupSecret",
16 "no_index" : {
17 "directory" : [
18 "eg",
19 "share",
20 "shares",
21 "t",
22 "xt"
23 ]
24 },
25 "prereqs" : {
26 "configure" : {
27 "requires" : {
28 "ExtUtils::MakeMaker" : "0"
29 }
30 },
31 "develop" : {
32 "requires" : {
33 "Dist::Zilla" : "5",
34 "Dist::Zilla::PluginBundle::Author::CCM" : "0",
35 "Pod::Coverage::TrustPod" : "0",
36 "Software::License::MIT" : "0",
37 "Test::CPAN::Changes" : "0.19",
38 "Test::CPAN::Meta" : "0",
39 "Test::CleanNamespaces" : "0.15",
40 "Test::EOL" : "0",
41 "Test::MinimumVersion" : "0",
42 "Test::More" : "0.96",
43 "Test::NoTabs" : "0",
44 "Test::Perl::Critic" : "0",
45 "Test::Pod" : "1.41",
46 "Test::Pod::Coverage" : "1.08",
47 "Test::Pod::No404s" : "0",
48 "Test::Portability::Files" : "0"
49 }
50 },
51 "runtime" : {
52 "requires" : {
53 "Carp" : "0",
54 "Exporter" : "0",
55 "File::Basename" : "0",
56 "File::Spec" : "0",
57 "File::Temp" : "0",
58 "Getopt::Long" : "2.38",
59 "IPC::Open2" : "0",
60 "IPC::Open3" : "0",
61 "MIME::Base64" : "0",
62 "Pod::Usage" : "0",
63 "Symbol" : "0",
64 "YAML::Tiny" : "0",
65 "namespace::clean" : "0",
66 "strict" : "0",
67 "warnings" : "0"
68 }
69 },
70 "test" : {
71 "recommends" : {
72 "CPAN::Meta" : "2.120900"
73 },
74 "requires" : {
75 "ExtUtils::MakeMaker" : "0",
76 "File::Spec" : "0",
77 "FindBin" : "0",
78 "IO::Handle" : "0",
79 "IPC::Open3" : "0",
80 "Test::More" : "0",
81 "perl" : "5.006"
82 }
83 }
84 },
85 "provides" : {
86 "App::GroupSecret" : {
87 "file" : "lib/App/GroupSecret.pm",
88 "version" : "0.304"
89 },
90 "App::GroupSecret::Crypt" : {
91 "file" : "lib/App/GroupSecret/Crypt.pm",
92 "version" : "0.304"
93 },
94 "App::GroupSecret::File" : {
95 "file" : "lib/App/GroupSecret/File.pm",
96 "version" : "0.304"
97 }
98 },
99 "release_status" : "stable",
100 "resources" : {
101 "bugtracker" : {
102 "web" : "https://github.com/chazmcgarvey/groupsecret/issues"
103 },
104 "homepage" : "https://github.com/chazmcgarvey/groupsecret",
105 "repository" : {
106 "type" : "git",
107 "url" : "https://github.com/chazmcgarvey/groupsecret.git",
108 "web" : "https://github.com/chazmcgarvey/groupsecret"
109 }
110 },
111 "version" : "0.304",
112 "x_authority" : "cpan:CCM",
113 "x_serialization_backend" : "Cpanel::JSON::XS version 3.0239"
114 }
115
This page took 0.03781 seconds and 4 git commands to generate.