Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonXuDeveloper committed Oct 21, 2021
1 parent 4bd7a4f commit 945efc2
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"url": "https://github.com/JasonXuDeveloper"
},
"dependencies": {
"com.ourpalm.ilruntime": "1.6.7"
}
}

0 comments on commit 945efc2

Please sign in to comment.