package.json 1.1 KB

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "com.jiangyin.gameframework",
  3. "displayName": "Game Framework",
  4. "category": "Game Framework",
  5. "description": "This is literally a game framework, based on Unity game engine. It encapsulates commonly used game modules during development, and, to a large degree, standardises the process, enhances the development speed and ensures the product quality.",
  6. "version": "2021.05.31",
  7. "unity": "2017.1",
  8. "keywords": [
  9. "Game Framework"
  10. ],
  11. "author": {
  12. "name": "Jiang Yin",
  13. "email": "ellan@gameframework.cn",
  14. "url": "https://gameframework.cn/"
  15. },
  16. "dependencies": {
  17. "com.unity.modules.androidjni": "1.0.0",
  18. "com.unity.modules.animation": "1.0.0",
  19. "com.unity.modules.assetbundle": "1.0.0",
  20. "com.unity.modules.audio": "1.0.0",
  21. "com.unity.modules.imgui": "1.0.0",
  22. "com.unity.modules.jsonserialize": "1.0.0",
  23. "com.unity.modules.unitywebrequest": "1.0.0"
  24. },
  25. "repository": {
  26. "type": "git",
  27. "url": "git@github.com:EllanJiang/UnityGameFramework.git",
  28. "revision": "9e04764c9098106a83b5110923d4acf1b1a13344"
  29. }
  30. }