]> Dogcows Code - chaz/homebank2ledger/blob - META.json
Version 0.010
[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.014, 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::Plugin::Run::Release" : "0",
36 "Dist::Zilla::PluginBundle::Author::CCM" : "0",
37 "Dist::Zilla::PluginBundle::Filter" : "0",
38 "Pod::Coverage::TrustPod" : "0",
39 "Software::License::MIT" : "0",
40 "Test::CPAN::Changes" : "0.19",
41 "Test::CPAN::Meta" : "0",
42 "Test::ConsistentVersion" : "0",
43 "Test::EOL" : "0",
44 "Test::MinimumVersion" : "0",
45 "Test::More" : "0.96",
46 "Test::NoTabs" : "0",
47 "Test::Perl::Critic" : "0",
48 "Test::Pod" : "1.41",
49 "Test::Pod::Coverage" : "1.08",
50 "Test::Pod::No404s" : "0",
51 "Test::Portability::Files" : "0"
52 }
53 },
54 "runtime" : {
55 "requires" : {
56 "Carp" : "0",
57 "Exporter" : "0",
58 "Getopt::Long" : "2.38",
59 "Module::Load" : "0",
60 "Module::Pluggable" : "0",
61 "Pod::Usage" : "0",
62 "Scalar::Util" : "0",
63 "Time::Piece" : "0",
64 "XML::Entities" : "0",
65 "XML::Parser::Lite" : "0",
66 "parent" : "0",
67 "perl" : "v5.10.1",
68 "strict" : "0",
69 "warnings" : "0"
70 }
71 },
72 "test" : {
73 "recommends" : {
74 "CPAN::Meta" : "2.120900"
75 },
76 "requires" : {
77 "ExtUtils::MakeMaker" : "0",
78 "File::Spec" : "0",
79 "IO::Handle" : "0",
80 "IPC::Open3" : "0",
81 "Test::More" : "0"
82 }
83 }
84 },
85 "provides" : {
86 "App::HomeBank2Ledger" : {
87 "file" : "lib/App/HomeBank2Ledger.pm",
88 "version" : "0.008"
89 },
90 "App::HomeBank2Ledger::Formatter" : {
91 "file" : "lib/App/HomeBank2Ledger/Formatter.pm",
92 "version" : "0.008"
93 },
94 "App::HomeBank2Ledger::Formatter::Beancount" : {
95 "file" : "lib/App/HomeBank2Ledger/Formatter/Beancount.pm",
96 "version" : "0.008"
97 },
98 "App::HomeBank2Ledger::Formatter::Ledger" : {
99 "file" : "lib/App/HomeBank2Ledger/Formatter/Ledger.pm",
100 "version" : "0.008"
101 },
102 "App::HomeBank2Ledger::Ledger" : {
103 "file" : "lib/App/HomeBank2Ledger/Ledger.pm",
104 "version" : "0.008"
105 },
106 "App::HomeBank2Ledger::Util" : {
107 "file" : "lib/App/HomeBank2Ledger/Util.pm",
108 "version" : "0.008"
109 },
110 "File::HomeBank" : {
111 "file" : "lib/File/HomeBank.pm",
112 "version" : "0.008"
113 }
114 },
115 "release_status" : "stable",
116 "resources" : {
117 "bugtracker" : {
118 "web" : "https://github.com/chazmcgarvey/homebank2ledger/issues"
119 },
120 "homepage" : "https://github.com/chazmcgarvey/homebank2ledger",
121 "repository" : {
122 "type" : "git",
123 "url" : "https://github.com/chazmcgarvey/homebank2ledger.git",
124 "web" : "https://github.com/chazmcgarvey/homebank2ledger"
125 }
126 },
127 "version" : "0.008",
128 "x_authority" : "cpan:CCM",
129 "x_generated_by_perl" : "v5.28.0",
130 "x_serialization_backend" : "Cpanel::JSON::XS version 4.15",
131 "x_spdx_expression" : "MIT"
132 }
133
This page took 0.034694 seconds and 4 git commands to generate.