22 lines
458 B
JSON
22 lines
458 B
JSON
{
|
|
"name": "com.fake.notarealpackage",
|
|
"version": "0.0.1",
|
|
"displayName": "Fake package",
|
|
"description": "Not a real package",
|
|
"unity": "2019.2",
|
|
"unityRelease": "11f1",
|
|
"keywords": [
|
|
"nothing"
|
|
],
|
|
"dependencies": {
|
|
"com.unity.testtools.codecoverage": "1.1.1"
|
|
},
|
|
"author": {
|
|
"name": "Not Real",
|
|
"email": "notreal@notarealemailendpoint.com",
|
|
"url": "https://github.com"
|
|
},
|
|
"type": "tool",
|
|
"hideInEditor": false
|
|
}
|