-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 880 Bytes
/
package.json
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
30
31
32
33
34
35
{
"name": "com.manefunction.dotween-ui-controller",
"version": "1.0.1",
"displayName": "DOTween UI Controller",
"description": "Neat Unity controller component to set up UI DOTween animations without any code. DOTween Pro is not required, but supported!",
"unity": "2021.2",
"unityRelease": "0f1",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ManeFunction/DOTween-UI-controller.git"
},
"dependencies": {
"com.unity.ugui": "1.0.0"
},
"keywords": [
"unity",
"utils",
"tools",
"extensions",
"manefunction",
"dotween",
"ui",
"animation",
"tween"
],
"author": {
"name": "Ilia Petrov-Komotskii (Mane Function)",
"email": "ilia@inkedkettle.art",
"url": "https://github.com/ManeFunction"
},
"publishConfig": {
"registry": "https://package.openupm.com"
}
}