-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 790 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "com.triple-a-studios.animation-events",
"description": "Improved Animation Events for Unity",
"version": "1.0.2",
"displayName": "TripleA - Improved Animation Events",
"unity": "2021.3",
"documentationUrl": "https://github.com/Triple-A-Studios/TripleA-AnimationEvent/",
"changelogUrl": "https://github.com/Triple-A-Studios/TripleA-AnimationEvent/blob/main/CHANGELOG.md",
"licenseUrl": "https://github.com/Triple-A-Studios/TripleA-AnimationEvent/",
"dependencies": {},
"keywords": [
"Animation Events",
"Improved Animation Events",
"Animator Events"
],
"author": {
"name": "Triple-A-Studios",
"email": "ali.qadir.007@outlook.com",
"url": "https://github.com/Triple-A-Studios"
}
}