summaryrefslogtreecommitdiff
path: root/Assets/package.json
blob: a97ce8eab0fff7e97fadc135f900deee6efc336e (plain)
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
{
  "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"
    }
  ]
}