15 lines
361 B
JSON
15 lines
361 B
JSON
|
{
|
||
|
"displayName": "Lean Common+",
|
||
|
"description": "Lightweight common extensions for all projects.",
|
||
|
"name": "com.cwilkes.lean.common-plus",
|
||
|
"version": "1.0.0",
|
||
|
"unity": "2019.4",
|
||
|
"author": {
|
||
|
"name": "Carlos Wilkes",
|
||
|
"email": "carlos.wilkes@gmail.com",
|
||
|
"url": "https://carloswilkes.com"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"com.cwilkes.lean.common": "1.0.0"
|
||
|
}
|
||
|
}
|