-
-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathpackage.json
executable file
·22 lines (22 loc) · 866 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
{
"name": "nl.jeffreylanters.tweens",
"displayName": "Tweens",
"version": "3.4.1",
"unity": "2020.1",
"description": "An extremely light weight, extendable and customisable tweening engine made for strictly typed script-based animations for user-interfaces and world-space objects optimised for all platforms.",
"type": "library",
"keywords": [
"Tweens",
"Animation"
],
"hideInEditor": false,
"documentationUrl": "https://github.com/jeffreylanters/unity-tweens",
"changelogUrl": "https://github.com/jeffreylanters/unity-tweens/releases",
"licensesUrl": "https://github.com/jeffreylanters/unity-tweens/blob/master/LICENSE.md",
"repository": "https://github.com/jeffreylanters/unity-tweens.git",
"author": {
"name": "Jeffrey Lanters",
"email": "hallo@jeffreylanters.nl",
"url": "https://github.com/jeffreylanters"
}
}