package.json 716 B

12345678910111213141516171819
  1. {
  2. "name": "at.kairoscope.kairoengine.game-tools",
  3. "displayName": "KairoEngine Game Tools",
  4. "version": "0.1.3",
  5. "unity": "2020.3",
  6. "description": "Kairoengine game tools library. Mostly classes for tools that manipulate the grid building system.",
  7. "dependencies": {
  8. "at.kairoscope.thirdparty.sirenix":"1.0.0",
  9. "at.kairoscope.thirdparty.easy-performant-outline":"1.0.0",
  10. "at.kairoscope.kairoengine.core":"0.1.6",
  11. "at.kairoscope.kairoengine.ui":"0.1.2",
  12. "at.kairoscope.kairoengine.stockpiles":"0.1.1"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "https://git.kairoscope.net/kairoengine/game-tools.git"
  17. },
  18. "author": "Kairoscope"
  19. }