diff --git a/package.json b/package.json new file mode 100644 index 0000000..f9ce166 --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "com.dcfa_pixels.dragonecs-auto_injections", + "author": + { + "name": "DCFApixels", + "url": "https://github.com/DCFApixels/DragonECS-AutoInjections" + }, + "displayName": "DragonECS-AutoInjections", + "description": "Auto Injections for DragonECS", + "unity": "2020.3", + "version": "0.9.0", + "repository": { + "type": "git", + "url": "https://github.com/DCFApixels/DragonECS-AutoInjections.git" + }, + "keywords": + [ + "ecs", + "dragonecs", + "extension", + "add-on" + ] +} \ No newline at end of file