generated from JustBuddy/vpm-packagetemplate
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 577 Bytes
/
package.json
File metadata and controls
19 lines (19 loc) · 577 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name" : "wtf.buddyworks.posesextension",
"displayName" : "BUDDYWORKS Poses Extension",
"version" : "7.2.1",
"unity" : "2022.3",
"description" : "Locomotion-agnostic Poses System for Photography.",
"author": {
"name": "BUDDYWORKS",
"email": "hi@buddyworks.wtf"
},
"legacyFolders" : {
"Assets\\BUDDYWORKS\\Pose Extension" : "65ae41b90b9b8eb4caddada23f7e9c32"
},
"vpmDependencies" : {
"com.vrchat.avatars" : "3.x.x"
},
"license": "LicenseRef-BDAL",
"licensesURL": "https://github.com/BUDDYWORKS-VR/poses-extension/raw/main/LICENSE"
}