A library to make working with websockets easier.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

il y a 8 ans
il y a 8 ans
il y a 8 ans
il y a 8 ans
12345678910111213141516171819202122
  1. {
  2. "name": "socksugar",
  3. "version": "0.3.3",
  4. "description": "Websockets with sugar on top.",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": {
  10. "name": "Martin Dørum Nygaard",
  11. "email": "martid0311@gmail.com",
  12. "url": "http://mort.coffee"
  13. },
  14. "license": "MIT",
  15. "dependencies": {
  16. "ws": "^0.7.2"
  17. },
  18. "repository": {
  19. "type": "git",
  20. "url": "http://git.mort.coffee/mort/socksugar"
  21. }
  22. }