mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-23 08:38:23 -05:00
24 lines
574 B
JSON
24 lines
574 B
JSON
{
|
|
"name": "com.mambojambostudios.unity-atoms-core",
|
|
"displayName": "Unity Atoms Core",
|
|
"version": "2.0.0-beta.0",
|
|
"publishConfig": {
|
|
"registry": "https://npm.pkg.github.com/"
|
|
},
|
|
"unity": "2019.1",
|
|
"description": "Tiny modular pieces utilizing the power of Scriptable Objects",
|
|
"keywords": [
|
|
"scriptable objects",
|
|
"unity"
|
|
],
|
|
"category": "Unity",
|
|
"files": [
|
|
"/package.json",
|
|
"/package.json.meta",
|
|
"/Runtime",
|
|
"/Runtime.meta",
|
|
"/Editor",
|
|
"/Editor.meta"
|
|
]
|
|
}
|