forked from ls9512/UTween
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 844 Bytes
/
package.json
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.ls9512.utween",
"displayName": "UTween",
"description": "UTween is an interpolation animation component for Unity. You can quickly configure animations through built-in components or write animations through code.",
"version": "1.1.4",
"unity": "2019.4.3f1",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ls9512/UTween.git"
},
"author": {
"name": "ls9512",
"email": "ls9512@vip.qq.com",
"url": "https://github.com/ls9512"
},
"dependencies": {},
"keywords": [
"Animation",
"UI"
],
"samples": [
{
"displayName": "Samples",
"description": "Samples",
"path": "Samples~"
},
{
"displayName": "TextMeshPro Support",
"description": "TextMeshPro Support",
"path": "Extension~/TextMeshPro"
}
]
}