Files
Mujoco_WASM/unity/package.json
T
Michael Moss 6d70e66810 Update MuJoCo version from 3.6.0 to 3.7.0 following the 3.6.0 release
PiperOrigin-RevId: 881995135
Change-Id: I0c1a3b4a22c4c7cfada580b49a2cacde64cc84f3
2026-03-11 07:09:24 -07:00

18 lines
560 B
JSON

{
"name": "org.mujoco",
"displayName": "MuJoCo",
"version": "3.7.0",
"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
}