mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-21 23:58:49 -05:00
27 lines
585 B
JSON
27 lines
585 B
JSON
{
|
|
"name": "com.unity-atoms.unity-atoms-mobile",
|
|
"displayName": "Unity Atoms Mobile",
|
|
"version": "4.5.0",
|
|
"unity": "2018.3",
|
|
"description": "Unity Atoms for your mobile project.",
|
|
"keywords": [
|
|
"scriptable objects",
|
|
"unity"
|
|
],
|
|
"category": "Unity",
|
|
"files": [
|
|
"/package.json",
|
|
"/package.json.meta",
|
|
"/Runtime",
|
|
"/Runtime.meta",
|
|
"/Editor",
|
|
"/Editor.meta",
|
|
"/Documentation",
|
|
"/Documentation.meta"
|
|
],
|
|
"dependencies": {
|
|
"com.unity-atoms.unity-atoms-core": "4.5.0",
|
|
"com.unity-atoms.unity-atoms-base-atoms": "4.5.0"
|
|
}
|
|
}
|