Skip to content

Commit 5184c17

Browse files
author
Jiang Yin
committed
更新package.json
1 parent 7eae2fa commit 5184c17

File tree

1 file changed

+25
-3
lines changed

1 file changed

+25
-3
lines changed

package.json

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,30 @@
11
{
22
"name": "com.jiangyin.gameframework",
33
"displayName": "Game Framework",
4-
"description": "This is literally a game framework, based on Unity game engine.\n\nIt encapsulates commonly used game modules during development, and, to a large degree, standardises the process, enhances the development speed and ensures the product quality.",
4+
"category": "Game Framework",
5+
"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.",
56
"version": "2020.7.30",
67
"unity": "2017.1",
7-
"dependencies": {}
8-
}
8+
"keywords": [
9+
"Game Framework"
10+
],
11+
"author": {
12+
"name": "Jiang Yin",
13+
"email": "[email protected]",
14+
"url": "https://gameframework.cn/"
15+
},
16+
"dependencies": {
17+
"com.unity.modules.androidjni": "1.0.0",
18+
"com.unity.modules.animation": "1.0.0",
19+
"com.unity.modules.assetbundle": "1.0.0",
20+
"com.unity.modules.audio": "1.0.0",
21+
"com.unity.modules.imgui": "1.0.0",
22+
"com.unity.modules.jsonserialize": "1.0.0",
23+
"com.unity.modules.unitywebrequest": "1.0.0"
24+
},
25+
"repository": {
26+
"type": "git",
27+
"url": "[email protected]:EllanJiang/UnityGameFramework.git",
28+
"revision": "7eae2faf4eb1be29ab5caa1411b8322b42a7599a"
29+
}
30+
}

0 commit comments

Comments
 (0)