-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 988 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 988 Bytes
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
{
"name": "com.kwanjoong.unityuistoryboard",
"version": "0.1.1",
"displayName": "Unity UI Storyboard",
"description": "A Unity package for structured UI development.",
"unity": "2022.3",
"documentationUrl": "https://kwanjoong-dev.gitbook.io/unity-ui-storyboard",
"keywords": [
"ugui",
"storyboard",
"Clean Architecture",
"Simple Sclean Architecture",
"Onion Architecture"
],
"author": {
"name": "Kwanjoong Lee",
"url": "https://github.com/kwan3854"
},
"repository": {
"type": "git",
"url": "https://github.com/kwan3854/UnityUIStoryboard.git"
},
"dependencies": {
"com.cysharp.unitask": "2.5.0",
"jp.hadashikick.vcontainer": "1.6.0",
"com.harumak.unityscreennavigator": "1.7.0",
"com.kwanjoong.screensystem": "0.1.0",
"com.cysharp.messagepipe": "1.8.0",
"com.cysharp.messagepipe.vcontainer": "1.8.0",
"com.harumak.upalette": "2.5.0",
"com.github.siccity.xnode": "1.8.0"
},
"license": "MIT"
}