package.json 745 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "enet.c",
  3. "version": "2.3.0",
  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": [
  25. "Vladyslav Hrytsenko",
  26. "Dominik Madarász"
  27. ],
  28. "license": "MIT",
  29. "bugs": {
  30. "url": "https://github.com/zpl-c/enet-c/issues"
  31. },
  32. "homepage": "https://github.com/zpl-c/enet-c#readme",
  33. "dependencies": {}
  34. }