package.json 579 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "killable",
  3. "version": "1.0.1",
  4. "description": "Keeps track of a server's open sockets so they can be destroyed at a moment's notice.",
  5. "main": "index.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/marten-de-vries/killable.git"
  9. },
  10. "keywords": [
  11. "express",
  12. "http",
  13. "server",
  14. "socket",
  15. "kill",
  16. "truncate",
  17. "destroy",
  18. "restart",
  19. "shutdown",
  20. "immeadiately"
  21. ],
  22. "author": "Marten de Vries",
  23. "license": "ISC",
  24. "bugs": {
  25. "url": "https://github.com/marten-de-vries/killable/issues"
  26. }
  27. }