modular-avatar/package.json
2024-08-07 20:59:50 -07:00

22 lines
614 B
JSON

{
"name": "nadena.dev.modular-avatar",
"displayName": "Modular Avatar",
"version": "1.10.0-beta.1",
"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": {
"com.vrchat.avatars": ">=3.6.1",
"nadena.dev.ndmf": ">=1.5.0-beta.3 <2.0.0-a"
}
}