Files
Mujoco_WASM/unity/package.json
T
Nimrod Gileadi 33a2ce73d4 Update MuJoCo version to 2.3.3.
PiperOrigin-RevId: 517931617
Change-Id: I7c9960290f1b6e5d5f68a54df617a580f23c57e9
2023-03-20 04:36:09 -07:00

18 lines
546 B
JSON

{
"name": "org.mujoco",
"displayName": "MuJoCo",
"version": "2.3.3",
"description": "MuJoCo importer and runtime plug-in",
"dependencies": {},
"author": {
"name" : "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/deepmind/mujoco/blob/main/LICENSE",
"hideInEditor": false
}