27 lines
722 B
JSON
27 lines
722 B
JSON
|
{
|
||
|
"name": "com.unity.test-framework",
|
||
|
"displayName": "Test Framework",
|
||
|
"version": "1.1.9",
|
||
|
"unity": "2019.2",
|
||
|
"unityRelease": "0a10",
|
||
|
"description": "Test framework for running Edit mode and Play mode test in Unity.",
|
||
|
"keywords": [
|
||
|
"Test",
|
||
|
"TestFramework"
|
||
|
],
|
||
|
"category": "Unity Test Framework",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git@github.com:Unity-Technologies/com.unity.test-framework.git",
|
||
|
"revision": "675e1fa10a8abe6152d868a1d936847c7d3ff1de"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"com.unity.ext.nunit": "1.0.0",
|
||
|
"com.unity.modules.imgui": "1.0.0",
|
||
|
"com.unity.modules.jsonserialize": "1.0.0"
|
||
|
},
|
||
|
"relatedPackages": {
|
||
|
"com.unity.test-framework.tests": "1.1.9"
|
||
|
}
|
||
|
}
|