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