diff options
author | chai <chaifix@163.com> | 2021-04-07 21:33:14 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-04-07 21:33:14 +0800 |
commit | c47b92e92cf33ae8bf2f38929e137294397e4735 (patch) | |
tree | c67ae3419eaf15e84f1679186e107f598de33978 /Assets/package.json |
Diffstat (limited to 'Assets/package.json')
-rw-r--r-- | Assets/package.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Assets/package.json b/Assets/package.json new file mode 100644 index 0000000..a97ce8e --- /dev/null +++ b/Assets/package.json @@ -0,0 +1,29 @@ +{ + "name": "com.coffee.ui-effect", + "displayName": "UI Effect", + "description": "UI Effect provides visual effect components for Unity UI.\nLet's decorate your UI with effects!", + "version": "4.0.0-preview.9", + "unity": "2017.1", + "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://github.com/mob-sakai/UIEffect.git" + }, + "author": { + "name": "mob-sakai", + "email": "sakai861104@gmail.com", + "url": "https://github.com/mob-sakai" + }, + "dependencies": {}, + "keywords": [ + "ui", + "effect" + ], + "samples": [ + { + "displayName": "Demo", + "description": "UI Effect Demo", + "path": "Samples~/Demo" + } + ] +} |