-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.14 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.14 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
{
"name": "com.utkaka.ci-wizard",
"version": "2.0.8",
"displayName": "CI Wizard",
"description": "Editor for generating CI configs. At the moment it supports only Gitlab CI",
"unity": "2020.1",
"unityRelease": "1f1",
"author": {
"name": "Anton Alexeyev",
"email": "alexeyev.anton@gmail.com"
},
"license": "MIT",
"samples": [
{
"displayName": "iOS-Andoid on a single main branch",
"description": "iOS-Andoid on a single main branch",
"path": "Samples~/iOS-Andoid-main"
},
{
"displayName": "iOS-Andoid on three branches: main, release, develop",
"description": "iOS-Andoid on three branches: main, release, develop",
"path": "Samples~/iOS-Andoid-main-release-develop"
},
{
"displayName": "MacOS-Windows on a single main branch",
"description": "MacOS-Windows on a single main branch",
"path": "Samples~/MacOS-Windows-main"
},
{
"displayName": "MacOS-Windows on three branches: main, release, develop",
"description": "MacOS-Windows on three branches: main, release, develop",
"path": "Samples~/MacOS-Windows-main-release-develop"
}
]
}