package.json 501 B

1234567891011121314151617
  1. {
  2. "name": "at.kairoscope.kairoengine.stats",
  3. "displayName": "KairoEngine Stats",
  4. "version": "0.1.1",
  5. "unity": "2020.3",
  6. "description": "Kairoengine stats library.",
  7. "dependencies": {
  8. "at.kairoscope.thirdparty.unirx":"1.0.0",
  9. "at.kairoscope.thirdparty.sirenix":"1.0.0",
  10. "at.kairoscope.kairoengine.core":"0.1.6"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "https://git.kairoscope.net/kairoengine/stats.git"
  15. },
  16. "author": "Kairoscope"
  17. }