package.json 443 B

123456789101112131415161718
  1. {
  2. "name": "com.annulusgames.lit-motion",
  3. "version": "1.9.0",
  4. "displayName": "LitMotion",
  5. "description": "Lightning-fast and Zero Allocation Tween Library for Unity.",
  6. "keywords": [
  7. "dots",
  8. "tween"
  9. ],
  10. "dependencies": {
  11. "com.unity.burst": "1.6.0",
  12. "com.unity.collections": "1.5.1",
  13. "com.unity.mathematics": "1.0.1"
  14. },
  15. "author": {
  16. "name": "Annulus Games"
  17. }
  18. }