{
  "name": "com.nickmaltbie.openkcc.cinemachine",
  "displayName": "OpenKCC Cinemachine",
  "version": "1.5.0",
  "unity": "2019.4",
  "unityRelease": "40f1",
  "description": "Open Source Kinematic Character Controller Cinemachine extensions.",
  "author": {
    "name": "Nick Maltbie",
    "email": "nick.dmalt@gmail.com",
    "url": "https://nickmaltbie.com"
  },
  "documentationUrl": "https://nickmaltbie.com/OpenKCC/docs",
  "keywords": [
    "character controller",
    "kinematic",
    "physics",
    "cinemachine"
  ],
  "samples": [
    {
      "displayName": "Example Cinemachine Scene",
      "description": "Example of using cinemachine with the openkcc to control a character",
      "path": "Samples~/CinemachineExample"
    }
  ],
  "dependencies": {
    "com.nickmaltbie.openkcc": "1.4.0",
    "com.unity.cinemachine": "2.1.0"
  },
  "testables": [
    "com.unity.inputsystem"
  ],
  "license": "MIT"
}
