package.json 518 B

12345678910111213141516
  1. {
  2. "displayName": "Custom NUnit",
  3. "name": "com.unity.ext.nunit",
  4. "version": "1.0.0",
  5. "unity": "2019.1",
  6. "description": "Custom version of the nunit package build to work with Unity. Used by the Unity Test Framework.",
  7. "keywords": ["nunit", "unittest", "test"],
  8. "category": "Libraries",
  9. "repository": {
  10. "type": "git",
  11. "url": "git@gitlab.cds.internal.unity3d.com/upm-packages/core/com.unity.ext.nunit.git",
  12. "revision": "c8f5044ffe6adb909f9836160b0bdaa30f2d1ec9"
  13. },
  14. "dependencies": {
  15. }
  16. }