package.json 454 B

12345678910111213141516
  1. {
  2. "name": "at.kairoscope.kairoengine.sfx",
  3. "displayName": "KairoEngine SFX",
  4. "version": "0.2.0",
  5. "unity": "2020.3",
  6. "description": "Library for dealing with sound effects.",
  7. "dependencies": {
  8. "at.kairoscope.kairoengine.core":"0.2.0",
  9. "com.unity.editorcoroutines":"1.0.0"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "https://git.kairoscope.net/kairoengine/sfx.git"
  14. },
  15. "author": "Kairoscope"
  16. }