-
-
Notifications
You must be signed in to change notification settings - Fork 97
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 571 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 571 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "nadena.dev.modular-avatar",
"displayName": "Modular Avatar",
"version": "1.17.0-beta.0",
"unity": "2022.3",
"description": "A suite of tools for assembling your avatar out of reusable components",
"author": {
"name": "bd_",
"email": "bd_@nadena.dev",
"url": "https://github.com/bdunderscore/modular-avatar"
},
"url": "https://m-a.nadena.dev",
"repo": "https://vpm.nadena.dev/vpm.json",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "2.0.0"
},
"vpmDependencies": {
"nadena.dev.ndmf": ">=1.11.0 <2.0.0-a"
}
}