generated from liuxinjia/TestCI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (32 loc) · 816 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
{
"name": "com.cr7sund.tweentimeline",
"displayName": "Tween Timeline",
"description": "Tween TimeLine is an animation design tool for Unity that allows you to easily create UI animations without the need for coding",
"version": "1.1.6-preview",
"unity": "6000.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/liuxinjia/TweenTimeline.git"
},
"author": {
"name": "cr7Sund",
"email": "[email protected]",
"url": "https://github.com/liuxinjia"
},
"dependencies": {
"com.unity.timeline": "1.8.7"
},
"keywords": [
"ui",
"editor-enhancement"
],
"documentationUrl": "https://github.com/liuxinjia",
"samples": [
{
"displayName": "Sample",
"description": "UI Demo",
"path": "Samples~/Demo"
}
]
}