mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-22 16:18:24 -05:00
26 lines
558 B
JSON
26 lines
558 B
JSON
{
|
|
"name": "com.mambojambostudios.unity-atoms-base-atoms",
|
|
"displayName": "Unity Atoms Base Atoms",
|
|
"version": "4.3.0",
|
|
"unity": "2018.3",
|
|
"description": "Base set of Atoms based on Unity Atoms Core.",
|
|
"keywords": [
|
|
"scriptable objects",
|
|
"unity"
|
|
],
|
|
"category": "Unity",
|
|
"files": [
|
|
"/package.json",
|
|
"/package.json.meta",
|
|
"/Runtime",
|
|
"/Runtime.meta",
|
|
"/Editor",
|
|
"/Editor.meta",
|
|
"/Documentation",
|
|
"/Documentation.meta"
|
|
],
|
|
"dependencies": {
|
|
"com.mambojambostudios.unity-atoms-core": "4.3.0"
|
|
}
|
|
}
|