package.json 755 B

123456789101112131415161718192021
  1. {
  2. "name": "com.focus-creative-games.hybridclr_unity",
  3. "version": "1.1.15",
  4. "displayName": "HybridCLR",
  5. "description": "Unity package for HybridCLR. It includes editor and runtime scripts and assets for HybridCLR",
  6. "category": "Runtime",
  7. "documentationUrl": "https://focus-creative-games.github.io/hybridclr/index",
  8. "changelogUrl": "https://github.com/focus-creative-games/hybridclr/commits/main",
  9. "licensesUrl": "https://github.com/focus-creative-games/hybridclr/blob/main/LICENSE",
  10. "keywords": [
  11. "HybridCLR",
  12. "hotupdate",
  13. "hotfix",
  14. "focus-creative-games"
  15. ],
  16. "author": {
  17. "name": "focus-creative-games",
  18. "email": "hybridclr@focus-creative-games.com",
  19. "url": "https://github.com/focus-creative-games/"
  20. }
  21. }