package.json 553 B

12345678910111213141516
  1. {
  2. "name": "at.kairoscope.kairoengine.utilities",
  3. "displayName": "KairoEngine Utilities",
  4. "version": "0.2.1",
  5. "unity": "2020.3",
  6. "description": "Kairoengine utilities library. Contains the MeshUtils, StringUtils, Vector2Int extensions and the Statistics System.",
  7. "dependencies": {
  8. "at.kairoscope.thirdparty.tmpro":"1.0.0",
  9. "at.kairoscope.thirdparty.unirx":"1.0.0"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "https://git.kairoscope.net/kairoengine/utilities.git"
  14. },
  15. "author": "Kairoscope"
  16. }