package.json 447 B

123456789101112131415
  1. {
  2. "name": "at.kairoscope.kairoengine.story-system",
  3. "displayName": "KairoEngine Story System",
  4. "version": "0.1.2",
  5. "unity": "2020.3",
  6. "description": "Kairoengine story system based on the Ink language.",
  7. "dependencies": {
  8. "at.kairoscope.thirdparty.ink":"1.0.0"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "https://git.kairoscope.net/kairoengine/story-system.git"
  13. },
  14. "author": "Kairoscope"
  15. }