-
Notifications
You must be signed in to change notification settings - Fork 33
/
META.json
101 lines (101 loc) · 2.68 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"abstract" : "A minimalistic deploy tool",
"author" : [
"=over 4"
],
"dynamic_config" : 0,
"generated_by" : "Minilla/v2.5.0, CPAN::Meta::Converter version 2.150005",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "Cinnamon",
"no_index" : {
"directory" : [
"t",
"xt",
"inc",
"share",
"eg",
"examples",
"author",
"builder"
]
},
"prereqs" : {
"build" : {
"requires" : {
"Capture::Tiny" : "0",
"Cwd::Guard" : "0",
"Directory::Scratch" : "0",
"Test::Class" : "0",
"Test::Fatal" : "0",
"Test::Mock::Guard" : "0",
"Test::More" : "0.98",
"Test::Requires" : "0"
}
},
"configure" : {
"requires" : {
"Module::Build" : "0.38"
}
},
"develop" : {
"requires" : {
"Test::CPAN::Meta" : "0",
"Test::MinimumVersion::Fast" : "0.04",
"Test::PAUSE::Permissions" : "0.04",
"Test::Pod" : "1.41",
"Test::Spellunker" : "v0.2.7"
}
},
"runtime" : {
"requires" : {
"AnyEvent" : "0",
"Class::Load" : "0",
"Coro" : "0",
"Getopt::Long" : "0",
"Hash::MultiValue" : "0",
"IPC::Run" : "0",
"Log::Dispatch" : "0",
"Moo" : "0",
"Net::OpenSSH" : "0",
"POSIX" : "0",
"Term::ANSIColor" : "0",
"Term::ReadKey" : "0",
"YAML" : "0",
"parent" : "0",
"perl" : "5.014002"
}
}
},
"release_status" : "unstable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/kentaro/cinnamon/issues"
},
"homepage" : "https://github.com/kentaro/cinnamon",
"repository" : {
"type" : "git",
"url" : "git://github.com/kentaro/cinnamon.git",
"web" : "https://github.com/kentaro/cinnamon"
}
},
"version" : "0.28",
"x_contributors" : [
"wakabatan <[email protected]>",
"hatyuki <[email protected]>",
"Syohei YOSHIDA <[email protected]>",
"hayajo <[email protected]>",
"Kentaro Kuribayashi <[email protected]>",
"TERAOKA Yoshinori <[email protected]>",
"mechairoi <[email protected]>",
"punytan <[email protected]>",
"nqounet <[email protected]>",
"shibayu36 <[email protected]>"
],
"x_serialization_backend" : "JSON::PP version 2.27203"
}