package.json 807 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "com.unity.test-framework",
  3. "displayName": "Test Framework",
  4. "version": "1.1.16",
  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": "c8d002c23197e67e6da41d6a20b5f6302c1c6045"
  17. },
  18. "dependencies": {
  19. "com.unity.ext.nunit": "1.0.0",
  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.16"
  25. },
  26. "upmCi": {
  27. "footprint": "748fd7180e02e13a3fb2f6ef0951400ea43cd23b"
  28. }
  29. }