package.json 866 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "com.unity.timeline",
  3. "displayName": "Timeline",
  4. "version": "1.4.8",
  5. "unity": "2019.3",
  6. "keywords": [
  7. "unity",
  8. "animation",
  9. "editor",
  10. "timeline",
  11. "tools"
  12. ],
  13. "description": "Use Unity Timeline to create cinematic content, game-play sequences, audio sequences, and complex particle effects.",
  14. "dependencies": {
  15. "com.unity.modules.director": "1.0.0",
  16. "com.unity.modules.animation": "1.0.0",
  17. "com.unity.modules.audio": "1.0.0",
  18. "com.unity.modules.particlesystem": "1.0.0"
  19. },
  20. "relatedPackages": {
  21. "com.unity.timeline.tests": "1.4.8"
  22. },
  23. "upmCi": {
  24. "footprint": "986f683e120adfedcec73ed7616da71e5efaf03b"
  25. },
  26. "repository": {
  27. "url": "https://github.cds.internal.unity3d.com/unity/com.unity.timeline.git",
  28. "type": "git",
  29. "revision": "527e4364e28028f20f04fc51db671eb4bb910a26"
  30. }
  31. }