-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 786 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "com.srejonkhan.unity-mvc",
"version": "0.3.0",
"displayName": "Unity MVC",
"description": "UnityMVC is a library for MVC Pattern, which is almost behave like ASP.NET MVC. This library is intentionally made to work mostly with User Interface management, but possible to work on other scenerio.",
"unity": "2018.3",
"documentationUrl": "https://github.com/SrejonKhan/UnityMVC",
"changelogUrl": "https://github.com/SrejonKhan/UnityMVC/CHANGELOG.md",
"licensesUrl": "https://github.com/SrejonKhan/UnityMVC/LICENCE.md",
"dependencies": {
"com.unity.addressables": "1.17.6-preview"
},
"keywords": [
"MVC",
"Unity"
],
"author": {
"name": "Srejon Khan",
"email": "srejonkhan9@gmail.com",
"url": "https://srejonkhan.github.io/"
}
}