package.json 807 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "com.unity.test-framework",
  3. "displayName": "Test Framework",
  4. "version": "1.1.19",
  5. "unity": "2019.2",
  6. "unityRelease": "0a10",
  7. "description": "Test framework for running Edit mode and Play mode tests in Unity.",
  8. "keywords": [
  9. "Test",
  10. "TestFramework"
  11. ],
  12. "category": "Unity Test Framework",
  13. "repository": {
  14. "url": "https://github.com/Unity-Technologies/com.unity.test-framework.git",
  15. "type": "git",
  16. "revision": "83583c7273ee961612200215e8989039bbce8748"
  17. },
  18. "dependencies": {
  19. "com.unity.ext.nunit": "1.0.5",
  20. "com.unity.modules.imgui": "1.0.0",
  21. "com.unity.modules.jsonserialize": "1.0.0"
  22. },
  23. "relatedPackages": {
  24. "com.unity.test-framework.tests": "1.1.19"
  25. },
  26. "upmCi": {
  27. "footprint": "4ed8fa0a17af25873219feb3cca20aac7c1cbecb"
  28. }
  29. }