]> Dogcows Code - chaz/homebank2ledger/blob - META.json
Version 0.003
[chaz/homebank2ledger] / META.json
1 {
2 "abstract" : "A tool to convert HomeBank files to Ledger format",
3 "author" : [
4 "Charles McGarvey <chazmcgarvey@brokenzipper.com>"
5 ],
6 "dynamic_config" : 0,
7 "generated_by" : "Dist::Zilla version 6.012, 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-HomeBank2Ledger",
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::Plugin::ConsistentVersionTest" : "0",
35 "Dist::Zilla::PluginBundle::Author::CCM" : "0",
36 "Dist::Zilla::PluginBundle::Filter" : "0",
37 "Pod::Coverage::TrustPod" : "0",
38 "Software::License::MIT" : "0",
39 "Test::CPAN::Changes" : "0.19",
40 "Test::CPAN::Meta" : "0",
41 "Test::ConsistentVersion" : "0",
42 "Test::EOL" : "0",
43 "Test::MinimumVersion" : "0",
44 "Test::More" : "0.96",
45 "Test::NoTabs" : "0",
46 "Test::Perl::Critic" : "0",
47 "Test::Pod" : "1.41",
48 "Test::Pod::Coverage" : "1.08",
49 "Test::Pod::No404s" : "0",
50 "Test::Portability::Files" : "0"
51 }
52 },
53 "runtime" : {
54 "requires" : {
55 "Carp" : "0",
56 "Exporter" : "0",
57 "Getopt::Long" : "2.38",
58 "Module::Load" : "0",
59 "Module::Pluggable" : "0",
60 "Pod::Usage" : "0",
61 "Scalar::Util" : "0",
62 "Time::Piece" : "0",
63 "XML::Entities" : "0",
64 "XML::Parser::Lite" : "0",
65 "parent" : "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 "IO::Handle" : "0",
78 "IPC::Open3" : "0",
79 "Test::More" : "0",
80 "perl" : "5.006"
81 }
82 }
83 },
84 "provides" : {
85 "App::HomeBank2Ledger" : {
86 "file" : "lib/App/HomeBank2Ledger.pm",
87 "version" : "0.003"
88 },
89 "App::HomeBank2Ledger::Formatter" : {
90 "file" : "lib/App/HomeBank2Ledger/Formatter.pm",
91 "version" : "0.003"
92 },
93 "App::HomeBank2Ledger::Formatter::Beancount" : {
94 "file" : "lib/App/HomeBank2Ledger/Formatter/Beancount.pm",
95 "version" : "0.003"
96 },
97 "App::HomeBank2Ledger::Formatter::Ledger" : {
98 "file" : "lib/App/HomeBank2Ledger/Formatter/Ledger.pm",
99 "version" : "0.003"
100 },
101 "App::HomeBank2Ledger::Ledger" : {
102 "file" : "lib/App/HomeBank2Ledger/Ledger.pm",
103 "version" : "0.003"
104 },
105 "App::HomeBank2Ledger::Util" : {
106 "file" : "lib/App/HomeBank2Ledger/Util.pm",
107 "version" : "0.003"
108 },
109 "File::HomeBank" : {
110 "file" : "lib/File/HomeBank.pm",
111 "version" : "0.003"
112 }
113 },
114 "release_status" : "stable",
115 "resources" : {
116 "bugtracker" : {
117 "web" : "https://github.com/chazmcgarvey/homebank2ledger/issues"
118 },
119 "homepage" : "https://github.com/chazmcgarvey/homebank2ledger",
120 "repository" : {
121 "type" : "git",
122 "url" : "https://github.com/chazmcgarvey/homebank2ledger.git",
123 "web" : "https://github.com/chazmcgarvey/homebank2ledger"
124 }
125 },
126 "version" : "0.003",
127 "x_authority" : "cpan:CCM",
128 "x_generated_by_perl" : "v5.28.0",
129 "x_serialization_backend" : "Cpanel::JSON::XS version 4.08"
130 }
131
This page took 0.0371 seconds and 4 git commands to generate.