-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
32 lines (32 loc) · 935 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
23
24
25
26
27
28
29
30
31
32
{
"name": "com.hairibar.ragdoll",
"version": "1.4.1",
"displayName": "Hairibar.Ragdoll",
"description": "A framework for making ragdolls and animating them with keyframed animations.",
"unity": "2019.1",
"author": {
"name": "Aitor Iribar"
},
"type": "library",
"dependencies": {
"com.unity.modules.physics": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.imgui": "1.0.0",
"com.dbrizov.naughtyattributes": "2.0.7",
"com.hairibar.engineextensions": "2.3.0",
"com.hairibar.naughtyextensions": "1.3.0"
},
"documentationUrl": "https://github.com/hairibar/Hairibar.Ragdoll",
"keywords": [
"Ragdoll",
"Active Ragdoll",
"Animation"
],
"samples": [
{
"displayName": "Demo Scenes",
"description": "A set of demo scenes that show how the framework might be used for different gameplay scenarios.",
"path": "Samples~/Demos"
}
]
}