mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-24 09:08:23 -05:00
12 lines
431 B
JSON
12 lines
431 B
JSON
|
{
|
||
|
"name": "com.mambojambostudios.unity-atoms-src",
|
||
|
"displayName": "Unity Atoms Source",
|
||
|
"version": "1.0.0",
|
||
|
"unity": "2018.3",
|
||
|
"description": "This package.json is needed in order to avoid circular deps in tests / example project. 'files' property works for remote urls (eg. Github), but not for local file paths",
|
||
|
"keywords": [
|
||
|
"scriptable objects",
|
||
|
"unity"
|
||
|
],
|
||
|
"category": "Unity"
|
||
|
}
|