-
Notifications
You must be signed in to change notification settings - Fork 65
/
META.json
71 lines (71 loc) · 1.92 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
{
"abstract" : "CPU/RAM/battery stats chart bar for tmux (and GNU screen)",
"author" : [
"Stanislaw Pusep <stas@sysd.org>"
],
"dynamic_config" : 0,
"generated_by" : "Module::Build version 0.422",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "App-rainbarf",
"prereqs" : {
"build" : {
"requires" : {
"English" : "1.00",
"Test::More" : "0.45"
}
},
"configure" : {
"requires" : {
"Module::Build" : "0.28"
}
},
"runtime" : {
"requires" : {
"Getopt::Long" : "2.32",
"List::Util" : "1.07_00",
"Pod::Usage" : "1.14",
"Storable" : "2.04",
"Term::ANSIColor" : "1.04",
"perl" : "5.008"
}
}
},
"provides" : {
"App::rainbarf" : {
"file" : "lib/App/rainbarf.pm",
"version" : "1.4"
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/creaktive/rainbarf/issues"
},
"homepage" : "https://github.com/creaktive/rainbarf",
"repository" : {
"type" : "git",
"url" : "git://github.com/creaktive/rainbarf.git"
}
},
"version" : "1.4",
"x_contributors" : [
"Chris Knadler <takeshi91k@gmail.com>",
"cinaeco",
"Clemens Hammacher <hammacher@cs.uni-saarland.de>",
"H.Merijn Brand <h.m.brand@xs4all.nl>",
"Henrik Hodne <henrik@hodne.io>",
"Joe Hassick <joe.hassick@gmail.com>",
"Josh Matthews <josh@jmatthews.us>",
"Lars Engels <lars.engels@0x20.net>",
"Sergey Romanov <complefor@rambler.ru>",
"Tom Cammann <tom.cammann@vmci.net>",
"Tuomas Jormola <tj@solitudo.net>"
],
"x_serialization_backend" : "JSON::PP version 2.27400"
}