package.json 711 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "enet.c",
  3. "version": "1.4.2",
  4. "description": "ENet - Simple, lightweight and reliable UDP networking library written on pure C.",
  5. "main": "include/enet.h",
  6. "directories": {
  7. "doc": "misc/docs"
  8. },
  9. "scripts": {
  10. "test": "echo \"Error: no test specified\" && exit 1"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "git+https://github.com/zpl-c/enet-c.git"
  15. },
  16. "keywords": [
  17. "udp",
  18. "networking",
  19. "c",
  20. "cpp",
  21. "c++"
  22. ],
  23. "author": "Lee Salzman",
  24. "contributors": ["Vladyslav Hrytsenko", "Dominik Madarász"],
  25. "license": "MIT",
  26. "bugs": {
  27. "url": "https://github.com/zpl-c/enet-c/issues"
  28. },
  29. "homepage": "https://github.com/zpl-c/enet-c#readme"
  30. }