summaryrefslogtreecommitdiff
path: root/Assets/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'Assets/package.json')
-rw-r--r--Assets/package.json29
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"
+ }
+ ]
+}