35 lines
806 B
JSON
35 lines
806 B
JSON
{
|
|
"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": "0.9.1",
|
|
"unity": "2019.4.3f1",
|
|
"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~"
|
|
}
|
|
]
|
|
} |