PageRenderTime 192ms CodeModel.GetById 1ms RepoModel.GetById 1ms app.codeStats 0ms

/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
Possible License(s): GPL-2.0, LGPL-2.1, MPL-2.0-no-copyleft-exception, BSD-3-Clause
  1. {
  2. "name" : "websocket-client",
  3. "version" : "0.9.5",
  4. "description" : "An HTML5 Web Sockets client",
  5. "author" : "Peter Griess <pg@std.in>",
  6. "engines" : {
  7. "node" : ">=0.1.98"
  8. },
  9. "repositories" : [
  10. {
  11. "type" : "git",
  12. "url" : "http://github.com/pgriess/node-websocket-client.git"
  13. }
  14. ],
  15. "licenses" : [
  16. {
  17. "type" : "BSD",
  18. "url" : "http://github.com/pgriess/node-websocket-client/blob/master/LICENSE"
  19. }
  20. ],
  21. "main" : "./lib/websocket"
  22. }