mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 01:44:35 +08:00
Create package.json
This commit is contained in:
parent
62ceb3384e
commit
e6adde2760
23
package.json
Normal file
23
package.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "com.dcfa_pixels.dragonecs",
|
||||
"author":
|
||||
{
|
||||
"name": "DCFApixels",
|
||||
"url": "https://github.com/DCFApixels"
|
||||
},
|
||||
"displayName": "DragonECS",
|
||||
"description": "C# Entity Component System Framework",
|
||||
"unity": "2020.3",
|
||||
"version": "0.7.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/DCFApixels/DragonECS.git"
|
||||
},
|
||||
"keywords":
|
||||
[
|
||||
"ecs",
|
||||
"performance",
|
||||
"dragonecs",
|
||||
"framework"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user