-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
29 lines (29 loc) · 1.06 KB
/
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
{
"name": "com.zigurous.animation",
"version": "1.8.0",
"displayName": "Animation Library",
"description": "The Animation Library package contains assets and scripts for animating Unity objects. Animation behaviors include Blink, FollowPath, Move, Orbit, Rotate, Scale, SmoothFollow, SmoothLookAt, and more. The package also contains several animation-related data structures and predefined avatar masks.",
"unity": "2019.4",
"repository": "https://github.com/zigurous/unity-animation-library",
"documentationUrl": "https://docs.zigurous.com/com.zigurous.animation",
"changelogUrl": "https://docs.zigurous.com/com.zigurous.animation/changelog",
"licensesUrl": "https://docs.zigurous.com/com.zigurous.animation/license",
"dependencies": {
"com.unity.inputsystem": "1.2.0"
},
"keywords": [
"animation",
"animator",
"timing",
"curves",
"masks"
],
"publishConfig": {
"registry": "https://npm.pkg.github.com/@zigurous"
},
"author": {
"name": "Zigurous",
"email": "[email protected]",
"url": "https://zigurous.com"
}
}