{
  "abstract" : "WebSocket protocol",
  "author" : [
     "Viacheslav Tykhanovskyi, C<[email protected]>."
  ],
  "dynamic_config" : 0,
  "generated_by" : "Minilla/v3.0.13",
  "license" : [
     "perl_5"
  ],
  "meta-spec" : {
     "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
     "version" : "2"
  },
  "name" : "Protocol-WebSocket",
  "no_index" : {
     "directory" : [
        "t",
        "xt",
        "inc",
        "share",
        "eg",
        "examples",
        "author",
        "builder"
     ]
  },
  "prereqs" : {
     "configure" : {
        "requires" : {
           "Module::Build::Tiny" : "0.035"
        }
     },
     "develop" : {
        "requires" : {
           "Test::CPAN::Meta" : "0",
           "Test::MinimumVersion::Fast" : "0.04",
           "Test::PAUSE::Permissions" : "0.04",
           "Test::Pod" : "1.41",
           "Test::Spellunker" : "v0.2.7"
        }
     },
     "runtime" : {
        "requires" : {
           "Carp" : "0",
           "Digest::MD5" : "0",
           "Digest::SHA" : "0",
           "Scalar::Util" : "0"
        }
     }
  },
  "provides" : {
     "Protocol::WebSocket" : {
        "file" : "lib/Protocol/WebSocket.pm",
        "version" : "0.23"
     },
     "Protocol::WebSocket::Client" : {
        "file" : "lib/Protocol/WebSocket/Client.pm"
     },
     "Protocol::WebSocket::Cookie" : {
        "file" : "lib/Protocol/WebSocket/Cookie.pm"
     },
     "Protocol::WebSocket::Cookie::Request" : {
        "file" : "lib/Protocol/WebSocket/Cookie/Request.pm"
     },
     "Protocol::WebSocket::Cookie::Response" : {
        "file" : "lib/Protocol/WebSocket/Cookie/Response.pm"
     },
     "Protocol::WebSocket::Frame" : {
        "file" : "lib/Protocol/WebSocket/Frame.pm"
     },
     "Protocol::WebSocket::Handshake" : {
        "file" : "lib/Protocol/WebSocket/Handshake.pm"
     },
     "Protocol::WebSocket::Handshake::Client" : {
        "file" : "lib/Protocol/WebSocket/Handshake/Client.pm"
     },
     "Protocol::WebSocket::Handshake::Server" : {
        "file" : "lib/Protocol/WebSocket/Handshake/Server.pm"
     },
     "Protocol::WebSocket::Message" : {
        "file" : "lib/Protocol/WebSocket/Message.pm"
     },
     "Protocol::WebSocket::Request" : {
        "file" : "lib/Protocol/WebSocket/Request.pm"
     },
     "Protocol::WebSocket::Response" : {
        "file" : "lib/Protocol/WebSocket/Response.pm"
     },
     "Protocol::WebSocket::Stateful" : {
        "file" : "lib/Protocol/WebSocket/Stateful.pm"
     },
     "Protocol::WebSocket::URL" : {
        "file" : "lib/Protocol/WebSocket/URL.pm"
     }
  },
  "release_status" : "stable",
  "resources" : {
     "bugtracker" : {
        "web" : "https://github.com/vti/protocol-websocket/issues"
     },
     "homepage" : "https://github.com/vti/protocol-websocket",
     "repository" : {
        "url" : "git://github.com/vti/protocol-websocket.git",
        "web" : "https://github.com/vti/protocol-websocket"
     }
  },
  "version" : "0.23",
  "x_contributors" : [
     "Anton Petrusevich <[email protected]>",
     "BlueT - Matthew Lien - 練喆明 <[email protected]>",
     "Chia-liang Kao <[email protected]>",
     "Graham Ollis <[email protected]>",
     "Joao Orui <[email protected]>",
     "Jon Gentle <[email protected]>",
     "Jonathan Barber <[email protected]>",
     "Lee Aylward <[email protected]>",
     "Michal Špaček <[email protected]>",
     "Neil Bowers <[email protected]>",
     "Paul \"LeoNerd\" Evans <[email protected]>",
     "Toshio Ito <[email protected]>",
     "vti <[email protected]>",
     "vti <[email protected]>"
  ],
  "x_serialization_backend" : "JSON::PP version 2.27400_02"
}