Help language development. Donate to The Perl Foundation
{ "name": "Lumberjack::Application", "version": "0.0.9", "auth": "github:jonathanstowe", "api": "1.0", "description": "A web facility for the Lumberjack logging framework", "source-url": "https://github.com/jonathanstowe/Lumberjack-Application.git", "support": { "email": "[email protected]", "source": "https://github.com/jonathanstowe/Lumberjack-Application.git", "bugtracker": "https://github.com/jonathanstowe/Lumberjack-Application/issues" }, "perl": "6.*", "raku": "6.*", "resources": [ "templates/index.tt" ], "build-depends": [ ], "depends": [ "Lumberjack", "Lumberjack::Message::JSON", "HTTP::UserAgent", "HTTP::Server::Tiny", "Crust", "WebSocket", "JSON::Class", "Template6" ], "tags": [ "logging", "lumberjack", "websocket", "p6sgi" ], "license": "Artistic-2.0", "test-depends": [ "Test::Util::ServerPort" ], "provides": { "Lumberjack::Dispatcher::Proxy": "lib/Lumberjack/Dispatcher/Proxy.pm", "Lumberjack::Dispatcher::Supply": "lib/Lumberjack/Dispatcher/Supply.pm", "Lumberjack::Application::PSGI": "lib/Lumberjack/Application/PSGI.pm", "Lumberjack::Template::Provider": "lib/Lumberjack/Template/Provider.pm", "Lumberjack::Application": "lib/Lumberjack/Application.pm", "Lumberjack::Application::Index": "lib/Lumberjack/Application/Index.pm", "Lumberjack::Application::WebSocket": "lib/Lumberjack/Application/WebSocket.pm" }, "authors": [ "Jonathan Stowe <[email protected]>" ], "meta-version": "1" }