This repository has been archived by the owner on Feb 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
META.json
90 lines (89 loc) · 2.22 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
{
"abstract" : "access plot.ly programmatically",
"author" : [
"Christian Walde <[email protected]>",
"Christopher Parmer <[email protected]>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 4.300039, CPAN::Meta::Converter version 2.131560",
"license" : [
"mit"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "WebService-Plotly",
"no_index" : {
"directory" : [
"t",
"xt",
"examples",
"corpus"
],
"package" : [
"DB"
]
},
"prereqs" : {
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "6.30"
}
},
"develop" : {
"requires" : {
"Pod::Coverage::TrustPod" : "0",
"Test::CPAN::Meta" : "0",
"Test::Pod" : "1.41",
"Test::Pod::Coverage" : "1.08"
}
},
"runtime" : {
"requires" : {
"JSON" : "0",
"LWP::UserAgent" : "0",
"Moo" : "0",
"perl" : "5.006",
"strictures" : "0",
"version" : "0.77",
"warnings" : "0"
}
},
"test" : {
"requires" : {
"Capture::Tiny" : "0",
"File::Spec" : "0",
"File::Temp" : "0",
"IO::Handle" : "0",
"IPC::Open3" : "0",
"Storable" : "0",
"Test::Fatal" : "0",
"Test::InDistDir" : "0",
"Test::More" : "0",
"URI" : "0",
"strict" : "0"
}
}
},
"provides" : {
"WebService::Plotly" : {
"file" : "lib/WebService/Plotly.pm",
"version" : "1.133400"
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"mailto" : "bug-webservice-plotly at rt.cpan.org",
"web" : "https://github.com/plotly/Perl-API/issues"
},
"homepage" : "https://github.com/plotly/Perl-API",
"repository" : {
"type" : "git",
"url" : "https://github.com/plotly/Perl-API.git",
"web" : "https://github.com/plotly/Perl-API"
}
},
"version" : "1.133400"
}