-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.12 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
30
31
32
{
"name": "dev.vrlabs.damping-constraints",
"displayName": "Damping Constraints",
"version": "1.0.999",
"license": "MIT",
"unity": "2022.3",
"description": "Constraints with adjustable damping effects",
"author": {
"name": "VRLabs",
"email": "[email protected]",
"url": "https://vrlabs.dev"
},
"siteUrl": "https://github.com/VRLabs/Damping-Constraints",
"vpmDependencies": {
"dev.vrlabs.instancer": ">=1.0.2",
"com.vrchat.avatars": "^3.7.0"
},
"legacyFolders": {
"Assets\\VRLabs\\Damping Constraints": "f71457bcffdb2c14cb8b10d7f5ad0a93"
},
"unityPackageDestinationFolder": "Assets/VRLabs/Damping Constraints",
"vccRepoCategory": "components",
"media": {
"previewImage": "https://raw.githubusercontent.com/VRLabs/Damping-Constraints/main/Media/Web/Preview.webp",
"previewGif": "https://raw.githubusercontent.com/VRLabs/Damping-Constraints/main/Media/Web/PreviewGif.webp"
},
"unityPackageDestinationFolderMetas": {
"Assets/VRLabs": "652a1ba5b00554143bc9a76307dbc4e8",
"Assets/VRLabs/Damping Constraints": "f71457bcffdb2c14cb8b10d7f5ad0a93"
},
"questCompatibility": "full"
}