Files
Mujoco_WASM/unity/package.json
T
Tom Erez e8a9db82b8 Retrieve the binary only when the MuJoCo package is installed.
PiperOrigin-RevId: 461524833
Change-Id: Ie8ca9dda71b35262f99688d02f71be77c251ea3e
2022-07-17 20:48:06 -07:00

18 lines
546 B
JSON

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