-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1.17 KB
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.martincalander.gitsubmodulemanager",
"version": "0.8.1",
"displayName": "Git Submodule Manager",
"description": "Manage Git-hosted UPM packages in Unity as editable submodules or read-only dependencies.",
"unity": "6000.3",
"unityRelease": "22f1",
"documentationUrl": "https://github.com/martincalander/GitSubmoduleForUnity/blob/main/Documentation~/index.md",
"changelogUrl": "https://github.com/martincalander/GitSubmoduleForUnity/blob/main/CHANGELOG.md",
"licensesUrl": "https://github.com/martincalander/GitSubmoduleForUnity/blob/main/LICENSE.md",
"license": "MIT",
"keywords": [
"GitHub",
"Git",
"Submodule",
"Editor",
"Package Manager"
],
"author": {
"name": "Martin Calander",
"url": "https://martincalander.com",
"email": "martin.calander@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/martincalander/GitSubmoduleForUnity.git"
},
"bugs": {
"url": "https://github.com/martincalander/GitSubmoduleForUnity/issues"
},
"dependencies": {
"com.unity.modules.imgui": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.nuget.newtonsoft-json": "3.2.2"
}
}