{
  "name": "com.rwth.unity.omilaxr.xapi",
  "version": "2.2.3",
  "displayName": "OmiLAXR.xAPI",
  "description": "This is a package for OmiLAXR for enabling xAPI.",
  "unity": "2020.3",
  "unityRelease": "15f1",
  "documentationUrl": "https://omilaxr.dev/",
  "changelogUrl": "https://github.com/SGoerzen/OmiLAXR.xAPI/blob/main/CHANGELOG.md",
  "licensesUrl": "https://github.com/SGoerzen/OmiLAXR.xAPI/blob/main/LICENSE",
  "homepage": "https://omilaxr.dev/",
  "license": "AGPL-3.0-or-later",
  "repository": {
    "type": "git",
    "url": "https://github.com/SGoerzen/OmiLAXR.xAPI"
  },
  "dependencies": {
    "com.rwth.unity.omilaxr": "2.2.3",
    "com.unity.nuget.newtonsoft-json": "3.0.2"
  },
  "keywords": [
    "OmiLAXR",
    "Learning Analytics",
    "Virtual Reality",
    "Augmented Reality",
    "eXtended Reality",
    "xAPI"
  ],
  "author": {
    "name": "Sergej Görzen",
    "email": "goerzen@cs.rwth-aachen.de",
    "url": "https://elearn.rwth-aachen.de/goerzen"
  },
  "samples": [
    {
      "displayName": "xapi",
      "description": "xAPI Registry definitions as JSON files that are used for this version. Move it to Assets/xapi.",
      "path": "Samples~/xapi"
    },
    {
      "displayName": "xapi.config.json",
      "description": "xAPI Registry definitions types JSON files that are used for this version. Move it next to Assets/xapi.",
      "path": "Samples~/xapi.config.json"
    },
    {
      "displayName": "xAPI.Registry",
      "description": "Contains the xAPI.Registry namespace and collection that is used for this version. Move it to Assets/xAPI.Registry.",
      "path": "Samples~/xAPI.Registry"
    },
    {
      "displayName": "Endpoints Examples",
      "description": "Example endpoints working with xAPI data.",
      "path": "Samples~/xApiEndpoints"
    },
    {
      "displayName": "Scheduler Examples",
      "description": "Examples of Tracking Behaviours and Composers using SetInterval and SetTimeout Schedules.",
      "path": "Samples~/Scheduler"
    }
  ],
  "publishConfig": {
    "access": "public"
  }
}
