-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.19 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "com.gameframex.unity.ui",
"displayName": "Game Frame X UI",
"category": "Game Framework X",
"description": "独立游戏前后端一体化解决方案,独立游戏开发者的圆梦大使。\n文档地址: https://gameframex.doc.alianblank.com \n Game Frame X UI组件 - Unity UI功能包,提供UI组件的封装,使UI组件的使用更加简单高效。",
"version": "2.9.0",
"unity": "2019.4",
"keywords": [
"Game Framework X"
],
"repository": {
"name": "com.gameframex.unity.ui",
"url": "git+https://github.com/gameframex/com.gameframex.unity.ui.git",
"type": "git"
},
"author": {
"name": "Blank",
"email": "alianblank@outlook.com",
"url": "https://gameframex.doc.alianblank.com"
},
"dependencies": {
"com.gameframex.unity": "1.1.1",
"com.gameframex.unity.asset": "1.0.6",
"com.gameframex.unity.event": "1.0.0",
"com.gameframex.unity.localization": "1.0.0"
},
"devDependencies": {
"semantic-release": "^24.2.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1"
},
"publishConfig": {
"access": "public",
"registry": "https://npm.cnb.cool/GameFrameX/npm/-/packages/"
}
}