Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(486)

Side by Side Diff: trunk/src/third_party/JSON/JSON-2.59/META.json

Issue 16539003: Revert 205057 "Add JSON.pm to third_party" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "abstract" : "JSON (JavaScript Object Notation) encoder/decoder",
3 "author" : [
4 "Makamaka Hannyaharamitu, E<lt>makamaka[at]cpan.orgE<gt>"
5 ],
6 "dynamic_config" : 1,
7 "generated_by" : "ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter ver sion 2.130880",
8 "license" : [
9 "perl_5"
10 ],
11 "meta-spec" : {
12 "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
13 "version" : "2"
14 },
15 "name" : "JSON",
16 "no_index" : {
17 "directory" : [
18 "t",
19 "inc"
20 ]
21 },
22 "prereqs" : {
23 "build" : {
24 "requires" : {
25 "ExtUtils::MakeMaker" : "0"
26 }
27 },
28 "configure" : {
29 "requires" : {
30 "ExtUtils::MakeMaker" : "0"
31 }
32 },
33 "runtime" : {
34 "recommends" : {
35 "JSON::XS" : "2.34"
36 },
37 "requires" : {
38 "Test::More" : "0"
39 }
40 }
41 },
42 "release_status" : "stable",
43 "resources" : {
44 "repository" : {
45 "url" : "https://github.com/makamaka/JSON"
46 }
47 },
48 "version" : "2.59"
49 }
OLDNEW
« no previous file with comments | « trunk/src/third_party/JSON/JSON-2.59/MANIFEST ('k') | trunk/src/third_party/JSON/JSON-2.59/META.yml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698