{
  "name": "io.eframework.unity.fairygui",
  "displayName": "EFramework FairyGUI for Unity",
  "description": "基于 FairyGUI 的拓展模块，提供了画布组件、资源包管理等核心功能，支持自定义加载器、自动处理包依赖关系以及编辑器扩展等特性。",
  "version": "1.0.2",
  "unity": "2021.3",
  "license": "MIT",
  "author": {
    "name": "EFramework Innovation",
    "email": "eframework-io@outlook.com",
    "url": "https://github.com/eframework-io"
  },
  "homepage": "https://eframework.io",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eframework-io/Unity.FairyGUI.git"
  },
  "bugs": {
    "url": "https://github.com/eframework-io/Unity.FairyGUI/issues"
  },
  "keywords": [
    "eframework",
    "unity",
    "fairygui"
  ],
  "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": [
    "FairyGUI",
    "EFramework.Unity.FairyGUI"
  ],
  "dependencies": {
    "io.eframework.unity.utility": "1.1.1",
    "io.eframework.unity.editor": "1.0.3"
  }
}
