-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 843 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 843 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
25
26
27
28
29
{
"name": "com.kitbashery.tween-components",
"version": "1.0.2",
"displayName": "Tween Components",
"description": "A component based interpolation system.",
"unity": "2021.3",
"unityRelease": "0f1",
"documentationUrl": "https://kitbashery.com/docs/tween-components",
"changelogUrl": "https://github.com/Kitbashery/Tween-Components/commits/main",
"licensesUrl": "https://github.com/Kitbashery/Tween-Components/blob/main/LICENSE.md",
"keywords": [
"Tween",
"Interpolation",
"Animation"
],
"author": {
"name": "Kitbashery",
"email": "kitbashery@gmail.com",
"url": "https://www.kitbashery.com"
},
"type": "tool",
"samples": [
{
"displayName": "Demo Scene(s)",
"description": "Tween Components Demo scene(s).",
"path": "Samples~/Demo"
}
]
}