-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
30 lines (30 loc) · 1.14 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
{
"name": "dev.vrlabs.av3manager",
"displayName": "Avatars 3.0 Manager",
"version": "2.0.999",
"license": "MIT",
"unity": "2019.4",
"description": "A tool for managing playable layers and parameters for Avatars 3.0.",
"author": {
"name": "VRLabs",
"email": "[email protected]",
"url": "https://vrlabs.dev"
},
"siteUrl": "https://github.com/VRLabs/Avatars-3.0-Manager",
"vpmDependencies": {
"com.vrchat.avatars": "3.2 - 3.7"
},
"legacyFolders": {
"Assets\\VRLabs\\Avatars 3.0 Manager": "513a67139704dd249855ebe5f760cba5"
},
"unityPackageDestinationFolder": "Assets/VRLabs/Avatars 3.0 Manager",
"unityPackageDestinationFolderMetas": {
"Assets/VRLabs": "652a1ba5b00554143bc9a76307dbc4e8",
"Assets/VRLabs/Avatars 3.0 Manager": "513a67139704dd249855ebe5f760cba5"
},
"vccRepoCategory": "essentials",
"media": {
"previewImage": "https://raw.githubusercontent.com/VRLabs/Avatars-3.0-Manager/main/Media/Web/Preview.webp",
"previewGif": "https://raw.githubusercontent.com/VRLabs/Avatars-3.0-Manager/main/Media/Web/Preview.webp"
}
}