-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.02 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
{
"name": "mkassets.unity.basics",
"version": "0.0.1",
"displayName": "MK - Unity Basics",
"description": "Some common and basics Unity scripts package",
"unity": "2017.1",
"unityRelease": "1f1",
"documentationUrl": "https://github.com/mohsinkhan26/UnityBasicProject/blob/master/README.md",
"changelogUrl": "https://github.com/mohsinkhan26/UnityBasicProject/blob/master-upm/CHANGELOG.md",
"licensesUrl": "https://github.com/mohsinkhan26/UnityBasicProject/blob/master-upm/LICENSE.md",
"keywords": [
"mk",
"assets",
"mkassets"
],
"dependencies": {
"com.unity.nuget.newtonsoft-json": "2.0.0",
"com.unity.ugui": "1.0.0",
"com.unity.textmeshpro": "3.0.4"
},
"author": {
"name": "MK Assets",
"email": "[email protected]",
"url": "http://mohsinkhan26.github.io/"
},
"samples": [
{
"displayName": "Mono Direct",
"description": "Mono Direct sample code, which explains don't use many MonoBehaviours",
"path": "Samples~/MonoDirect"
}
],
"type": "tool"
}