forked from brunomikoski/Animation-Sequencer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 750 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "com.brunomikoski.animationsequencer",
"displayName": "Animation Sequencer",
"version": "0.5.2",
"unity": "2021.3",
"description": "Animation sequencer is a way to create complex animations of sequence of events by a friendly user interface. Requires DOTween v1.2.632",
"keywords": [
"ui",
"dotween",
"sequence"
],
"category": "editor extensions",
"homepage": "https://github.com/brunomikoski/Animation-Sequencer",
"repository": {
"type": "git",
"url": "https://github.com/brunomikoski/Animation-Sequencer.git"
},
"bugs": "https://github.com/brunomikoski/Animation-Sequencer/issues",
"author": {
"name": "Bruno Mikoski",
"url": "https://www.brunomikoski.com"
},
"type": "library"
}