unity-atoms/Packages/Core/package.json
2019-10-03 17:23:09 +02:00

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"
]
}