{
  "name": "io.eframework.unity.uiplugin",
  "displayName": "EFramework UIPlugin for Unity",
  "description": "基于 Unity UI 的拓展插件，提供了丰富的组件扩展和工具集，例如 TexturePacker 图集打包和循环列表视图等，能够有效简化 UI 开发流程。",
  "version": "1.0.1",
  "unity": "2021.3",
  "license": "MIT",
  "author": {
    "name": "EFramework Innovation",
    "email": "eframework-io@outlook.com",
    "url": "https://github.com/eframework-io"
  },
  "homepage": "https://eframework-io.github.io",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eframework-io/Unity.UIPlugin.git"
  },
  "bugs": {
    "url": "https://github.com/eframework-io/Unity.UIPlugin/issues"
  },
  "keywords": [
    "eframework",
    "unity",
    "uiplugin"
  ],
  "files": [
    ".puer",
    "Editor",
    "Editor.meta",
    "Plugins",
    "Plugins.meta",
    "Runtime",
    "Runtime.meta",
    "Documentation~",
    "Samples~",
    "CHANGELOG.md",
    "CHANGELOG.md.meta",
    "LICENSE.md",
    "LICENSE.md.meta",
    "package.json",
    "package.json.meta",
    "README.md",
    "README.md.meta",
    "Third Party Notices.md",
    "Third Party Notices.md.meta"
  ],
  "puerExports": [
    "UnityEngine.UI",
    "EFramework.Unity.UIPlugin"
  ],
  "dependencies": {
    "com.unity.2d.sprite": "1.0.0",
    "com.unity.ugui": "1.0.0",
    "com.unity.textmeshpro": "3.0.6",
    "io.eframework.unity.utility": "1.1.0",
    "io.eframework.unity.editor": "1.0.1"
  }
}
