-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1003 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 1003 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
30
{
"name": "dev.vrlabs.custom-object-sync",
"displayName": "Custom Object Sync",
"version": "1.0.999",
"license": "MIT",
"unity": "2022.3",
"description": "Customizable Object Sync",
"author": {
"name": "VRLabs",
"email": "mail@vrlabs.dev",
"url": "https://vrlabs.dev"
},
"siteUrl": "https://github.com/VRLabs/Custom-Object-Sync",
"vpmDependencies": {
"com.vrchat.avatars": "^3.7.0"
},
"legacyFolders": {
},
"unityPackageDestinationFolder": "Assets/VRLabs/Custom Object Sync",
"vccRepoCategory": "systems",
"media": {
"previewImage": "https://raw.githubusercontent.com/VRLabs/Custom-Object-Sync/main/Media/Web/Preview.webp",
"previewGif": "https://raw.githubusercontent.com/VRLabs/Custom-Object-Sync/main/Media/Web/PreviewGif.webp"
},
"unityPackageDestinationFolderMetas": {
"Assets/VRLabs": "652a1ba5b00554143bc9a76307dbc4e8",
"Assets/VRLabs/Custom Object Sync": "8dcb521ec80db344a9485178247c1567"
},
"questCompatibility": "full"
}