{
   "auth" : "github:vrurg",
   "authors" : [
      "Vadim Belman <vrurg@cpan.org>"
   ],
   "build-depends" : [
      "META6",
      "p6doc",
      "Pod::To::Markdown",
      "JSON::Fast",
      "Cro::HTTP::Router",
      "Cro::HTTP::Request",
      "Cro::Transform",
      "Cro::Message"
   ],
   "depends" : [],
   "description" : "Cro JSON-RPC implementation",
   "license" : "Artistic-2.0",
   "meta-version" : "0",
   "name" : "Cro::RPC::JSON",
   "perl" : "6.*",
   "production" : true,
   "provides" : {
      "Cro::RPC::JSON" : "lib/Cro/RPC/JSON.pm6",
      "Cro::RPC::JSON::Exception" : "lib/Cro/RPC/JSON/Exception.pm6",
      "Cro::RPC::JSON::Handler" : "lib/Cro/RPC/JSON/Handler.pm6",
      "Cro::RPC::JSON::Message" : "lib/Cro/RPC/JSON/Message.pm6",
      "Cro::RPC::JSON::RequestParser" : "lib/Cro/RPC/JSON/RequestParser.pm6",
      "Cro::RPC::JSON::ResponseSerializer" : "lib/Cro/RPC/JSON/ResponseSerializer.pm6"
   },
   "resources" : [],
   "source-url" : "http://www.cpan.org/authors/id/V/VR/VRURG/Perl6/Cro-RPC-JSON-v0.0.1.tar.gz",
   "support" : {
      "source" : "https://github.com/vrurg/Perl6-Cro-RPC-JSON.git"
   },
   "tags" : [
      "Cro",
      "JSON-RPC"
   ],
   "test-depends" : [
      "Test",
      "Test::META",
      "Test::When",
      "Cro::HTTP::Test"
   ],
   "version" : "0.0.1"
}