-
Notifications
You must be signed in to change notification settings - Fork 342
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 772 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "com.jasonxudeveloper.jengine.core",
"version": "1.1.5",
"displayName": "JEngine.Core",
"description": "The solution that allows unity games update in runtime.",
"license": "MIT",
"unity": "2022.3",
"documentationUrl": "https://jengine.xgamedev.net/",
"changelogUrl": "https://github.com/JasonXuDeveloper/JEngine/blob/master/CHANGE.md",
"keywords": [
"HotUpdate",
"HybridCLR",
"HotFix",
"Game",
"Update",
"JEngine",
"Framework"
],
"author": {
"name": "Jason Xu",
"email": "jason@xgamedev.com",
"url": "https://github.com/JasonXuDeveloper"
},
"dependencies": {
"com.cysharp.unitask": "2.5.10",
"com.jasonxudeveloper.nino": "4.0.0-preview.147",
"com.tuyoogame.yooasset": "2.3.16"
}
}