-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 971 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 971 Bytes
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
{
"name": "com.andreleandrodev.multiplatformbuilder",
"displayName": "Multi-Platform Builder",
"version": "1.10.0",
"unity": "6000.3",
"description": "Editor-only tool that builds the selected platforms in sequence into a versioned, organized folder structure under Builds/, with one folder per platform.",
"author": {
"name": "Andre Leandro",
"url": "https://github.com/innocentmiau",
"email": "andreleandro.dev@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/innocentmiau/multiplatformbuilder.git"
},
"license": "MIT",
"keywords": [
"build",
"editor",
"tool",
"build-report",
"build-size",
"webgl"
],
"documentationUrl": "https://github.com/innocentmiau/multiplatformbuilder#readme",
"changelogUrl": "https://github.com/innocentmiau/multiplatformbuilder/blob/main/CHANGELOG.md",
"licensesUrl": "https://github.com/innocentmiau/multiplatformbuilder/blob/main/LICENSE.md"
}