package.json 648 B

123456789101112131415161718192021222324
  1. {
  2. "displayName": "Custom NUnit",
  3. "name": "com.unity.ext.nunit",
  4. "version": "1.0.5",
  5. "unity": "2019.2",
  6. "description": "Custom version of the nunit package build to work with Unity. Used by the Unity Test Framework.",
  7. "keywords": [
  8. "nunit",
  9. "unittest",
  10. "test"
  11. ],
  12. "category": "Libraries",
  13. "repository": {
  14. "url": "https://github.cds.internal.unity3d.com/unity/com.unity.ext.nunit.git",
  15. "type": "git",
  16. "revision": "1b3e542964a65210e966f5bf8751f62b1dcd8d69"
  17. },
  18. "relatedPackages": {
  19. "com.unity.ext.nunit.tests": "1.0.5"
  20. },
  21. "upmCi": {
  22. "footprint": "b328f519a06bcacb01a806505afddd34ca2247e2"
  23. }
  24. }