-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 883 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 883 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
{
"name": "com.chocopoi.vrc.dressingtools",
"displayName": "DressingTools",
"version": "2.7.0-beta.1",
"unity": "2022.3",
"description": "A simple but advanced, non-destructive cabinet system.",
"author": {
"name": "chocopoi",
"email": "poi@chocopoi.com",
"url": "https://github.com/poi-vrc/DressingTools"
},
"url": "https://github.com/poi-vrc/DressingTools",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "2.0.2",
"com.chocopoi.vrc.avatarlib": "1.1.0",
"com.chocopoi.vrc.dressingframework": "2.1.1"
},
"vpmDependencies": {
"com.vrchat.avatars": ">=3.2.0",
"com.chocopoi.vrc.avatarlib": "^1.1.0",
"com.chocopoi.vrc.dressingframework": "^2.1.1"
},
"legacyFolders": {
"Assets\\chocopoi\\DressingTools": "99dfd7d4e95028e4eb5e45cd79549417"
}
}