From 945efc26cdb18b947768179c320b6d642728b14c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?JasonXuDeveloper=20-=20=E5=82=91?= Date: Thu, 21 Oct 2021 16:09:41 +1100 Subject: [PATCH] Create package.json --- package.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 00000000..a425f939 --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "com.jasonxudeveloper.jengine", + "version": "0.6.3", + "displayName": "JEngine", + "description": "JEngine是针对Unity开发者设计的开箱即用的框架,封装了强大的功能,小白也能快速上手,轻松制作可以热更新的游戏 | JEngine is a streamlined and easy-to-use framework designed for Unity Programmers which contains powerful features, beginners can start up quickly and making hot update-able games easily", + "license": "MIT", + "unity": "2019.3", + "keywords": [ + "HotUpdate", + "Unity", + "ILRuntime", + "HotFix" + ], + "author": { + "name": "JasonXuDeveloper", + "email": "jasonxudeveloper@gmail.com", + "url": "https://github.com/JasonXuDeveloper" + }, + "dependencies": { + "com.ourpalm.ilruntime": "1.6.7" + } +}