-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 806 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 806 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
35
{
"name": "com.ls9512.ubind",
"displayName": "UBind",
"description": "UBind is a value binding component for Unity, which is used to quickly realize the association binding between UI and logical data.",
"version": "2024.3.22",
"unity": "2019.4",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ls9512/UBind.git"
},
"author": {
"name": "ls9512",
"email": "ls9512@vip.qq.com",
"url": "https://github.com/ls9512"
},
"dependencies": {},
"keywords": [
"UI",
"Data",
"Framework"
],
"samples": [
{
"displayName": "Samples",
"description": "Samples",
"path": "Samples~"
},
{
"displayName": "Extension",
"description": "TextMeshPro Support",
"path": "Extension~"
}
]
}