forked from EllanJiang/UnityGameFramework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 1.06 KB
/
package.json
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
30
{
"name": "com.jiangyin.gameframework",
"displayName": "Game Framework",
"category": "Game Framework",
"description": "This is literally a game framework, based on Unity game engine. It encapsulates commonly used game modules during development, and, to a large degree, standardises the process, enhances the development speed and ensures the product quality.",
"version": "2021.05.31",
"unity": "2017.1",
"keywords": [
"Game Framework"
],
"author": {
"name": "Jiang Yin",
"email": "[email protected]",
"url": "https://gameframework.cn/"
},
"dependencies": {
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.assetbundle": "1.0.0",
"com.unity.modules.audio": "1.0.0",
"com.unity.modules.imgui": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.unitywebrequest": "1.0.0"
},
"repository": {
"type": "git",
"url": "[email protected]:EllanJiang/UnityGameFramework.git",
"revision": "9e04764c9098106a83b5110923d4acf1b1a13344"
}
}