modular-avatar/package.json

22 lines
600 B
JSON
Raw Permalink Normal View History

2022-08-28 04:38:52 +08:00
{
2022-11-11 12:39:58 +08:00
"name": "nadena.dev.modular-avatar",
2022-10-05 08:54:49 +08:00
"displayName": "Modular Avatar",
2024-12-09 10:26:42 +08:00
"version": "1.11.1",
2024-06-03 08:32:41 +08:00
"unity": "2022.3",
2022-12-02 02:26:20 +08:00
"description": "A suite of tools for assembling your avatar out of reusable components",
2022-10-05 08:54:49 +08:00
"author": {
"name": "bd_",
2022-11-11 12:47:28 +08:00
"email": "bd_@nadena.dev",
2022-10-05 08:54:49 +08:00
"url": "https://github.com/bdunderscore/modular-avatar"
2022-08-28 04:38:52 +08:00
},
2022-12-02 02:26:20 +08:00
"url": "https://m-a.nadena.dev",
2022-11-11 12:39:58 +08:00
"repo": "https://vpm.nadena.dev/vpm.json",
2022-10-05 08:54:49 +08:00
"dependencies": {
"com.unity.nuget.newtonsoft-json": "2.0.0"
2022-08-28 04:38:52 +08:00
},
2022-11-11 12:39:58 +08:00
"vpmDependencies": {
2024-12-02 07:23:11 +08:00
"com.vrchat.avatars": ">=3.7.4",
2024-11-29 08:59:01 +08:00
"nadena.dev.ndmf": ">=1.6.0 <2.0.0-a"
2022-08-28 04:38:52 +08:00
}
}