mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-22 08:08:51 -05:00
Add root package.json in order to be able to import all packages from Github URL
This commit is contained in:
parent
0646ef5594
commit
1471eb99ec
22
package.json
22
package.json
@ -1,4 +1,22 @@
|
||||
{
|
||||
"description": "Top level package in order to run scripts for publishing",
|
||||
"category": "Unity"
|
||||
"name": "com.mambojambostudios.unity-atoms",
|
||||
"displayName": "Unity Atoms",
|
||||
"version": "2.0.0",
|
||||
"unity": "2019.1",
|
||||
"description": "Tiny modular pieces utilizing the power of Scriptable Objects",
|
||||
"keywords": [
|
||||
"scriptable objects",
|
||||
"unity"
|
||||
],
|
||||
"category": "Unity",
|
||||
"files": [
|
||||
"/LICENSE",
|
||||
"/LICENSE.meta",
|
||||
"/README.md",
|
||||
"/README.md.meta",
|
||||
"/package.json",
|
||||
"/package.json.meta",
|
||||
"/Packages",
|
||||
"/Packages.meta"
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user