package.json 606 B

1234567891011121314151617181920212223
  1. {
  2. "name": "com.unity.timeline",
  3. "displayName": "Timeline",
  4. "version": "1.2.6",
  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. "relatedPackages": {
  16. "com.unity.timeline.tests": "1.2.6"
  17. },
  18. "repository": {
  19. "type": "git",
  20. "url": "git@github.cds.internal.unity3d.com:unity/com.unity.timeline.git",
  21. "revision": "39cb37bbeda9d8c0fda212fe2ead783c7c502dc0"
  22. }
  23. }