Skip to content

Commit

Permalink
Add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ls9512 committed Feb 24, 2021
1 parent a4d4d5a commit e94e535
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
34 changes: 34 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,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.0.1",
"unity": "2019.4.3f1",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ls9512/UTween.git"
},
"author": {
"name": "ls9512",
"email": "[email protected]",
"url": "https://github.com/ls9512"
},
"dependencies": {},
"keywords": [
"Animation",
"UI"
],
"samples": [
{
"displayName": "TextMeshPro Support",
"description": "TextMeshPro Support",
"path": "Extension/TextMeshPro"
},
{
"displayName": "RubyTextMeshPro Support",
"description": "RubyTextMeshPro Support",
"path": "Extension/RubyTextMeshPro"
}
]
}
7 changes: 7 additions & 0 deletions package.json.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e94e535

Please sign in to comment.