/js/lib/Socket.IO-node/support/node-websocket-client/package.json
http://github.com/onedayitwillmake/RealtimeMultiplayerNodeJs · JSON · 22 lines · 22 code · 0 blank · 0 comment · 0 complexity · e15fefe5f93534e2650e66105545bc0f MD5 · raw file
- {
- "name" : "websocket-client",
- "version" : "0.9.5",
- "description" : "An HTML5 Web Sockets client",
- "author" : "Peter Griess <pg@std.in>",
- "engines" : {
- "node" : ">=0.1.98"
- },
- "repositories" : [
- {
- "type" : "git",
- "url" : "http://github.com/pgriess/node-websocket-client.git"
- }
- ],
- "licenses" : [
- {
- "type" : "BSD",
- "url" : "http://github.com/pgriess/node-websocket-client/blob/master/LICENSE"
- }
- ],
- "main" : "./lib/websocket"
- }