{ "name" : "websocket-protocol" , "description" : "WebSocket protocol handler with pluggable I/O" , "homepage" : "http://github.com/faye/websocket-protocol-node" , "author" : "James Coglan (http://jcoglan.com/)" , "keywords" : ["websocket"] , "version" : "0.1.0" , "engines" : {"node": ">=0.4.0"} , "main" : "./lib/websocket/protocol" , "devDependencies" : {"jsclass": ""} , "scripts" : {"test": "node spec/runner.js"} , "bugs" : "http://github.com/faye/websocket-protocol-node/issues" , "licenses" : [ { "type" : "MIT" , "url" : "http://www.opensource.org/licenses/mit-license.php" } ] , "repositories" : [ { "type" : "git" , "url" : "git://github.com/faye/websocket-protocol-node.git" } ] }