-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.14 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": "com.gentlymadstudios.buildmanager",
"version": "0.2.0",
"displayName": "BuildManager",
"description": "BuildManager by Gentlymad Studios.",
"unity": "2022.1",
"unityRelease": "16f1",
"documentationUrl": "https://github.com/Gentlymad-Studios/BuildManager/blob/master/README.md",
"changelogUrl": "https://github.com/Gentlymad-Studios/BuildManager/blob/master/CHANGELOG.md",
"licensesUrl": "https://github.com/Gentlymad-Studios/BuildManager/blob/master/LICENSE.md",
"custom_packageJsonLink": "https://raw.githubusercontent.com/Gentlymad-Studios/BuildManager/master/package.json",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.0.2"
},
"custom_gitDependencies": {
"com.gentlymadstudios.editorhelper": "https://github.com/Gentlymad-Studios/EditorHelper.git",
"com.gentlymadstudios.vdfserializer": "https://github.com/Gentlymad-Studios/VdfSerializer.git"
},
"keywords": [
"editor",
"unityeditor",
"buildmanager",
"build",
"distribution",
"buildserver",
"jenkins",
"gentlymad"
],
"author": {
"name": "Gentlymad Studios",
"url": "https://gentlymadstudios.com",
"email": "team@gentlymadstudios.com"
}
}