package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "socket.io-client"
  3. , "description": "Socket.IO client for the browser and node.js"
  4. , "version": "0.9.17-overleaf-3"
  5. , "main" : "./lib/io.js"
  6. , "browserify": "./dist/socket.io.js"
  7. , "homepage": "http://socket.io"
  8. , "keywords": ["websocket", "socket", "realtime", "socket.io", "comet", "ajax"]
  9. , "author": "Guillermo Rauch <guillermo@learnboost.com>"
  10. , "contributors": [
  11. { "name": "Guillermo Rauch", "email": "rauchg@gmail.com" }
  12. , { "name": "Arnout Kazemier", "email": "info@3rd-eden.com" }
  13. , { "name": "Vladimir Dronnikov", "email": "dronnikov@gmail.com" }
  14. , { "name": "Einar Otto Stangvik", "email": "einaros@gmail.com" }
  15. ]
  16. , "repository": {
  17. "type": "git"
  18. , "url": "https://github.com/LearnBoost/socket.io-client.git"
  19. }
  20. , "dependencies": {
  21. "uglify-js": "1.2.5"
  22. , "ws": "0.4.x"
  23. , "xmlhttprequest": "1.4.2"
  24. , "active-x-obfuscator": "0.0.1"
  25. }
  26. , "devDependencies": {
  27. "expresso": "*"
  28. , "express": "2.5.x"
  29. , "jade": "*"
  30. , "stylus": "*"
  31. , "socket.io": "0.9.17"
  32. , "should": "*"
  33. }
  34. , "engines": { "node": ">= 0.4.0" }
  35. }