You've already forked taptap2024_GJ_chidouren
27 lines
766 B
JSON
27 lines
766 B
JSON
|
|
{
|
||
|
|
"name": "com.foldcc.cc-framework.common",
|
||
|
|
"displayName": "CC-Framework.common",
|
||
|
|
"description": "框架通用模块,提供通用服务,包含存储、网络、资源管理、音频、对象池、多语言、二进制配置表",
|
||
|
|
"version": "1.0.5",
|
||
|
|
"unity": "2021.1",
|
||
|
|
"license": "MIT",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "http://private.lightyears.ltd:18640/foldcc/CC-Framework.Common"
|
||
|
|
},
|
||
|
|
"author": {
|
||
|
|
"name": "foldcc",
|
||
|
|
"email": "lhyuau@qq.com",
|
||
|
|
"url": "https://gitee.com/foldcc"
|
||
|
|
},
|
||
|
|
"dependencies":
|
||
|
|
{
|
||
|
|
"com.foldcc.cc-framework.core": "http://private.lightyears.ltd:18640/foldcc/CC-Framework.Core.git#1.0.5",
|
||
|
|
"com.unity.scriptablebuildpipeline": "2.1.3"
|
||
|
|
},
|
||
|
|
"keywords": [
|
||
|
|
"Framework",
|
||
|
|
"core"
|
||
|
|
]
|
||
|
|
}
|