package.json 608 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "enet.c",
  3. "version": "1.3.15",
  4. "description": "ENet reliable UDP networking library Edit",
  5. "main": "include/enet/enet.h",
  6. "directories": {
  7. "doc": "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. "license": "MIT",
  25. "bugs": {
  26. "url": "https://github.com/zpl-c/enet-c/issues"
  27. },
  28. "homepage": "https://github.com/zpl-c/enet-c#readme"
  29. }