{
  "api" : "1.0",
  "auth" : "github:jonathanstowe",
  "authors" : [
     "Jonathan Stowe <[email protected]>"
  ],
  "build-depends" : [],
  "depends" : [],
  "description" : "A simple handler to provide Server Sent Events from a Raku application",
  "license" : "Artistic-2.0",
  "meta-version" : "1",
  "name" : "EventSource::Server",
  "perl" : "6.*",
  "provides" : {
     "EventSource::Server" : "lib/EventSource/Server.pm"
  },
  "raku" : "6.*",
  "resources" : [],
  "source-url" : "http://www.cpan.org/authors/id/J/JS/JSTOWE/Perl6/EventSource-Server-0.0.6.tar.gz",
  "support" : {
     "bugtracker" : "https://github.com/jonathanstowe/EventSource-Server/issues",
     "email" : "[email protected]",
     "source" : "https://github.com/jonathanstowe/EventSource-Server.git"
  },
  "tags" : [
     "async",
     "event",
     "web"
  ],
  "test-depends" : [
     "Test"
  ],
  "version" : "0.0.6"
}