-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.json
82 lines (81 loc) · 2.08 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
{
"abstract" : "dotfiles manager",
"author" : [
"Sven Kirmess <[email protected]>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla, CPAN::Meta::Converter",
"license" : [
"open_source"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "App-Dotfiles",
"no_index" : {
"directory" : [
"t",
"xt"
]
},
"prereqs" : {
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0",
"perl" : "5.006"
}
},
"runtime" : {
"requires" : {
"Carp" : "0",
"Config::Std" : "0",
"File::Copy" : "0",
"File::HomeDir::Tiny" : "0",
"File::Spec" : "0",
"Getopt::Long" : "0",
"Git::Wrapper" : "0",
"Moo" : "0",
"Moo::Role" : "0",
"Path::Tiny" : "0",
"Pod::Usage" : "1.69",
"Safe::Isa" : "0",
"Try::Tiny" : "0",
"custom::failures" : "0",
"namespace::clean" : "0",
"perl" : "5.006",
"strict" : "0",
"warnings" : "0"
}
},
"test" : {
"requires" : {
"Capture::Tiny" : "0",
"Cwd" : "0",
"English" : "0",
"Exporter" : "0",
"File::Basename" : "0",
"File::Path" : "2.07",
"File::Spec::Functions" : "0",
"Test::Fatal" : "0",
"Test::More" : "0.88",
"Test::Script" : "1.09",
"lib" : "0",
"perl" : "5.006"
}
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/skirmess/App-Dotfiles/issues"
},
"homepage" : "https://github.com/skirmess/App-Dotfiles",
"repository" : {
"type" : "git",
"url" : "https://github.com/skirmess/App-Dotfiles.git",
"web" : "https://github.com/skirmess/App-Dotfiles"
}
},
"version" : "0.001"
}