Skip to content

Commit e94e535

Browse files
committed
Add package.json
1 parent a4d4d5a commit e94e535

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

package.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"name": "com.ls9512.utween",
3+
"displayName": "UTween",
4+
"description": "UTween is an interpolation animation component for Unity. You can quickly configure animations through built-in components or write animations through code.",
5+
"version": "1.0.1",
6+
"unity": "2019.4.3f1",
7+
"license": "MIT",
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/ls9512/UTween.git"
11+
},
12+
"author": {
13+
"name": "ls9512",
14+
"email": "ls9512@vip.qq.com",
15+
"url": "https://github.com/ls9512"
16+
},
17+
"dependencies": {},
18+
"keywords": [
19+
"Animation",
20+
"UI"
21+
],
22+
"samples": [
23+
{
24+
"displayName": "TextMeshPro Support",
25+
"description": "TextMeshPro Support",
26+
"path": "Extension/TextMeshPro"
27+
},
28+
{
29+
"displayName": "RubyTextMeshPro Support",
30+
"description": "RubyTextMeshPro Support",
31+
"path": "Extension/RubyTextMeshPro"
32+
}
33+
]
34+
}

package.json.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)