Files
Mujoco_WASM/unity/package.json
T
Rishi Krishnan 3c99705f85 Update MuJoCo's version number following the 3.3.4 release.
PiperOrigin-RevId: 781596261
Change-Id: Iac050c4b9cb65542b52fa6b8c54ff2537bc6a648
2025-07-10 10:47:26 -07:00

18 lines
560 B
JSON

{
"name": "org.mujoco",
"displayName": "MuJoCo",
"version": "3.3.5",
"description": "MuJoCo importer and runtime plug-in",
"dependencies": {},
"author": {
"name" : "Google DeepMind",
"email" : "mujoco@deepmind.com",
"url" : "https://mujoco.org/"
},
"changelogUrl": "https://mujoco.readthedocs.io/en/latest/changelog.html",
"documentationUrl": "https://mujoco.readthedocs.io/en/latest/unity.html",
"license": "Apache-2.0",
"licensesUrl": "https://github.com/google-deepmind/mujoco/blob/main/LICENSE",
"hideInEditor": false
}