{
  "api" : "1.0",
  "auth" : "github:jonathanstowe",
  "authors" : [
     "Jonathan Stowe <[email protected]>"
  ],
  "build-depends" : [],
  "depends" : [
     "Cro::HTTP"
  ],
  "description" : "A client for server sent events",
  "license" : "Artistic-2.0",
  "meta-version" : "1",
  "name" : "EventSource::Client",
  "perl" : "6.*",
  "provides" : {
     "EventSource::Client" : "lib/EventSource/Client.pm"
  },
  "raku" : "6.*",
  "resources" : [],
  "source-url" : "http://www.cpan.org/authors/id/J/JS/JSTOWE/Perl6/EventSource-Client-0.0.2.tar.gz",
  "support" : {
     "bugtracker" : "https://github.com/jonathanstowe/EventSource-Client/issues",
     "email" : "[email protected]",
     "source" : "https://github.com/jonathanstowe/EventSource-Client.git"
  },
  "tags" : [
     "async",
     "event",
     "web",
     "server-sent event"
  ],
  "test-depends" : [
     "EventSource::Server",
     "Test::Util::ServerPort"
  ],
  "version" : "0.0.2"
}