UNPKG

com.rwth.unity.omilaxr.xapi

Version:

This is a package for OmiLAXR for enabling xAPI.

59 lines (58 loc) 1.8 kB
{ "name": "com.rwth.unity.omilaxr.xapi", "version": "2.1.0", "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.1.0" }, "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.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" } }