-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 1.63 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
31
32
33
34
35
36
{
"name": "com.kaiyum.kaction",
"displayName": "KAction",
"version": "1.0.0",
"unity": "2021.3",
"description": "Gameplay framework to build games using unity engine.",
"licence": "MIT",
"category": "Unity",
"keywords": [
"Gameplay framework"
],
"author": {
"name": "Md Al Kaiyum",
"url": "https://github.com/kaiyumcg"
},
"dependencies": {
"com.kaiyum.attributeext2": "https://github.com/kaiyumcg/NaughtyAttributes",
"com.kaiyum.unityext": "https://github.com/kaiyumcg/UnityExt.git",
"com.kaiyum.pathcreator": "https://github.com/kaiyumcg/Path-Creator.git",
"com.kaiyum.editorutil": "https://github.com/kaiyumcg/EditorUtil.git",
"com.github.siccity.xnode": "https://github.com/siccity/xNode.git",
"com.unity.playablegraph-visualizer": "https://github.com/kaiyumcg/graph-visualizer.git",
"com.kaiyum.adrenaline": "https://github.com/kaiyumcg/Adrenaline.git",
"com.kaiyum.kdata": "https://github.com/kaiyumcg/KData.git",
"com.kaiyum.kpoolmanager": "https://github.com/kaiyumcg/KPoolManager.git",
"com.kaiyum.ksavedatamanager": "https://github.com/kaiyumcg/KSaveDataManager.git",
"com.kaiyum.ktagsystem": "https://github.com/kaiyumcg/KTagSystem.git",
"com.kaiyum.ktaskgraph": "https://github.com/kaiyumcg/KTaskGraph.git",
"com.kaiyum.ktaskmanager": "https://github.com/kaiyumcg/KTaskManager.git",
"com.kaiyum.ktween": "https://github.com/kaiyumcg/KTween.git",
"com.kaiyum.neuron": "https://github.com/kaiyumcg/Neuron.git",
"com.kaiyum.uif": "https://github.com/kaiyumcg/UIF.git",
"com.kaiyum.uitween": "https://github.com/kaiyumcg/UITween.git",
"com.kaiyum.vortex": "https://github.com/kaiyumcg/Vortex.git#dev_rumman"
}
}