package.json 687 B

1234567891011121314151617181920
  1. {
  2. "name": "at.kairoscope.kairoengine.story-system",
  3. "displayName": "KairoEngine Story System",
  4. "version": "0.2.0",
  5. "unity": "2020.3",
  6. "description": "Kairoengine story system based on the Ink language.",
  7. "dependencies": {
  8. "at.kairoscope.kairoengine.core":"0.2.0",
  9. "at.kairoscope.kairoengine.ui":"0.2.0",
  10. "at.kairoscope.thirdparty.ink":"1.0.0",
  11. "at.kairoscope.thirdparty.unirx":"1.0.0",
  12. "at.kairoscope.thirdparty.tmpro":"1.0.0",
  13. "at.kairoscope.thirdparty.sirenix":"1.0.2"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "https://git.kairoscope.net/kairoengine/story-system.git"
  18. },
  19. "author": "Kairoscope"
  20. }