mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-22 16:18:24 -05:00
24 lines
493 B
JSON
24 lines
493 B
JSON
{
|
|
"name": "com.mambojambostudios.unity-atoms-mobile",
|
|
"displayName": "Unity Atoms Mobile",
|
|
"version": "2.0.0",
|
|
"unity": "2019.1",
|
|
"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"
|
|
],
|
|
"dependencies": {
|
|
"com.mambojambostudios.unity-atoms-core": "2.0.0"
|
|
}
|
|
}
|