package.json 481 B

12345678910111213141516
  1. {
  2. "name": "at.kairoscope.kairoengine.soundtrack",
  3. "displayName": "KairoEngine Soundtrack System",
  4. "version": "0.2.1",
  5. "unity": "2020.3",
  6. "description": "Kairoengine soundtrack library. ",
  7. "dependencies": {
  8. "at.kairoscope.kairoengine.core":"0.2.1",
  9. "at.kairoscope.thirdparty.sirenix":"1.0.2"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "https://git.kairoscope.net/kairoengine/soundtrack.git"
  14. },
  15. "author": "Kairoscope"
  16. }