package.json 648 B

123456789101112131415161718192021
  1. {
  2. "name": "com.unity.test-framework",
  3. "displayName": "Test Framework",
  4. "version": "1.0.13",
  5. "unity": "2019.2",
  6. "unityRelease": "0a10",
  7. "description": "Test framework for running Edit mode and Play mode test in Unity.",
  8. "keywords": [ "Test", "TestFramework" ],
  9. "category": "Unity Test Framework",
  10. "repository": {
  11. "type": "git",
  12. "url": "git@gitlab.cds.internal.unity3d.com/upm-packages/core/com.unity.test-framework.git",
  13. "revision": "8d09534f1c9f96b37fa38167a8697e5965ab58b8"
  14. },
  15. "dependencies": {
  16. "com.unity.ext.nunit": "1.0.0"
  17. },
  18. "relatedPackages": {
  19. "com.unity.test-framework.tests": "1.0.13"
  20. }
  21. }