web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
579 B

  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. }