PageRenderTime 112ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/js/lib/Socket.IO-node/package.json

http://github.com/onedayitwillmake/RealtimeMultiplayerNodeJs
JSON | 21 lines | 21 code | 0 blank | 0 comment | 0 complexity | 498eea3757cae3428fa4b59c8735a4eb MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1, MPL-2.0-no-copyleft-exception, BSD-3-Clause
  1. {
  2. "name": "socket.io"
  3. , "description": "The cross-browser WebSocket"
  4. , "version": "0.6.17"
  5. , "author": "Guillermo Rauch <guillermo@learnboost.com>"
  6. , "contributors": [
  7. { "name": "Guillermo Rauch", "email": "rauchg@gmail.com" }
  8. , { "name": "Arnout Kazemier", "email": "info@3rd-eden.com" }
  9. ]
  10. , "licenses": [{
  11. "type": "MIT"
  12. , "url": "http://github.com/learnboost/Socket.IO-node/raw/master/README.md"
  13. }]
  14. , "repository": {
  15. "type": "git"
  16. , "url": "http://github.com/learnboost/Socket.IO-node.git"
  17. }
  18. , "engine": [ "node >=0.1.102" ]
  19. , "main": "./index"
  20. , "scripts": { "test" : "make test" }
  21. }