-
Notifications
You must be signed in to change notification settings - Fork 1
/
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.rigidbody-launcher",
"displayName": "Rigidbody Launcher",
"version": "1.2.999",
"license": "MIT",
"unity": "2022.3",
"description": "Launch an object with collision against the world",
"author": {
"name": "VRLabs",
"email": "mail@vrlabs.dev",
"url": "https://vrlabs.dev"
},
"siteUrl": "/~https://github.com/VRLabs/Rigidbody-Launcher",
"vpmDependencies": {
"dev.vrlabs.instancer": ">=1.0.2",
"com.vrchat.avatars": "^3.7.0"
},
"legacyFolders": {
"Assets\\VRLabs\\Rigidbody Launcher": "731bea7ea153544eb8a3310925312f52"
},
"unityPackageDestinationFolder": "Assets/VRLabs/Rigidbody Launcher",
"vccRepoCategory": "systems",
"media": {
"previewImage": "https://raw.githubusercontent.com/VRLabs/Rigidbody-Launcher/main/Media/Web/Preview.webp",
"previewGif": "https://raw.githubusercontent.com/VRLabs/Rigidbody-Launcher/main/Media/Web/PreviewGif.webp"
},
"unityPackageDestinationFolderMetas": {
"Assets/VRLabs": "652a1ba5b00554143bc9a76307dbc4e8",
"Assets/VRLabs/Rigidbody Launcher": "731bea7ea153544eb8a3310925312f52"
},
"questCompatibility": "none"
}