-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
28 lines (28 loc) · 1.25 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
{
"name": "com.zigurous.tweening",
"version": "3.0.0",
"displayName": "Tweening",
"description": "The Tweening package provides a system for tweening object properties in Unity. A tween is an animation of a value from a start position to an end position using an easing function, providing a natural sense of motion.\n\nThe system is lightweight, optimized, type-safe, and memory efficient. Hundreds of predefined tweening functions can be called on many common Unity classes, or you can animate anything using generic tweening functions. Tweens can be controlled with many different control methods and various callback functions.",
"unity": "2019.4",
"repository": "https://github.com/zigurous/unity-tweening-system",
"documentationUrl": "https://docs.zigurous.com/com.zigurous.tweening",
"changelogUrl": "https://docs.zigurous.com/com.zigurous.tweening/changelog",
"licensesUrl": "https://docs.zigurous.com/com.zigurous.tweening/license",
"keywords": [
"tweening",
"tweens",
"animation",
"system",
"motion",
"easing",
"curves"
],
"publishConfig": {
"registry": "https://npm.pkg.github.com/@zigurous"
},
"author": {
"name": "Zigurous",
"email": "[email protected]",
"url": "https://zigurous.com"
}
}