Help language development. Donate to The Perl Foundation
{ "name": "EventSource::Client", "version": "0.0.3", "api": "1.0", "auth": "github:jonathanstowe", "source-url": "https://github.com/jonathanstowe/EventSource-Client.git", "support": { "email": "jns+gh[email protected]", "source": "https://github.com/jonathanstowe/EventSource-Client.git", "bugtracker": "https://github.com/jonathanstowe/EventSource-Client/issues" }, "perl": "6.*", "raku": "6.*", "resources": [ ], "build-depends": [ ], "depends": [ "Cro::HTTP" ], "tags": [ "async", "event", "web", "server-sent event" ], "license": "Artistic-2.0", "test-depends": [ "EventSource::Server", "Test::Util::ServerPort" ], "provides": { "EventSource::Client" : "lib/EventSource/Client.pm" }, "meta-version": "1", "authors": [ "Jonathan Stowe <[email protected]>" ], "description": "A client for server sent events" }