package.json 468 B

12345678910111213141516
  1. {
  2. "name": "at.kairoscope.thirdparty.nav-mesh-components",
  3. "displayName": "Unity NavMeshComponents",
  4. "version": "2019.3.1",
  5. "description": "Official Unity package for generating NavMeshes in runtime.",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://git.kairoscope.net/third-party/nav-mesh-components.git"
  9. },
  10. "author": "Kairoscope",
  11. "license": "Apache V2",
  12. "keywords": [
  13. "unity3d",
  14. "unity3d-package"
  15. ]
  16. }