unity-test-runner/unity-package-with-correct-.../package.json

15 lines
360 B
JSON
Raw Normal View History

2021-10-21 04:42:24 +00:00
{
"name": "com.example.packageName",
"version": "1.0.0",
"displayName": "Example Unity Package",
"description": "A package made to test unity-test-runner",
"unity": "2019.2",
"unityRelease": "11f1",
"author": {
"name": "Aaron Trudeau",
"email": "trudeaua@mail.gvsu.edu",
"url": "https://github.com/trudeaua21"
},
"type": "tool"
}