SW 중심대학 OSS GIT 서버 박건태, 이승준, 고기완, 이준호 새로운 배포
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
725 B

4 years ago
  1. {
  2. "name": "com.unity.test-framework",
  3. "displayName": "Test Framework",
  4. "version": "1.1.11",
  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. "type": "git",
  15. "url": "git@github.com:Unity-Technologies/com.unity.test-framework.git",
  16. "revision": "815e122f0a538e96d3b3b29e23bb7691bd2d4844"
  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.11"
  25. }
  26. }