-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 754 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 754 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
31
32
33
{
"name": "com.squirrelbite.ava_base_setup",
"displayName": "Avatar Base Setup",
"version": "0.2.5",
"description": "Base Setup for VR & V-Tubing avatars with face tracking.",
"unity": "2022.3",
"unityRelease": "6f1",
"license": "MIT or Apache-2.0",
"dependencies": {},
"keywords": [
"avatar",
"facial tracking",
"social vr",
"vr",
"vrchat",
"vrm"
],
"author": {
"name": "Emperor of Mars",
"email": "mars@squirrel.pub",
"url": "https://codeberg.org/emperorofmars/ava_base_setup"
},
"type": "library",
"url": "",
"gitDependencies": {},
"vpmDependencies": {},
"legacyFolders": {
"Assets\\ava_base_setup": ""
},
"legacyFiles": {},
"hideInEditor": false,
"localPath": ".\\Packages\\com.squirrelbite.ava_base_setup"
}