package.json 1.1 KB

123456789101112131415161718192021222324252627
  1. {
  2. "name": "com.tivadar.best.http",
  3. "displayName": "Best HTTP",
  4. "description": "Best HTTP is a comprehensive networking library for Unity that empowers developers to make HTTP and HTTPS requests with ease. Whether you're building web applications, multiplayer games, or real-time communication solutions, Best HTTP has got you covered.",
  5. "version": "3.0.9",
  6. "unity": "2021.1",
  7. "documentationUrl": "https://bestdocshub.pages.dev/HTTP/",
  8. "changelogUrl": "https://bestdocshub.pages.dev/HTTP/changelog/",
  9. "licensesUrl": "https://bestdocshub.pages.dev/HTTP/third-party-notices/",
  10. "author": {
  11. "name": "Tivadar György Nagy",
  12. "email": "besthttp@gmail.com",
  13. "url": "https://bestdocshub.pages.dev/"
  14. },
  15. "keywords": [ "best", "besthttp", "http", "http2", "tls", "https", "DNS", "TCP", "request", "response" ],
  16. "dependencies": {
  17. "com.unity.burst": "1.8.10",
  18. "com.unity.profiling.core": "1.0.0"
  19. },
  20. "samples": [
  21. {
  22. "displayName": "Samples with UI",
  23. "description": "Contains sample code for various HTTP related scenarios.",
  24. "path": "Samples~/With UI"
  25. }
  26. ]
  27. }