-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 840 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 840 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": "ca.tim-cstj.export-project-to-zip",
"displayName": "Export Project to Zip",
"version": "1.1.6",
"unity": "2021.3",
"description": "This Unity Editor tool lets you easily export an entire project to a zip file directly from the File menu.",
"documentationUrl": "https://github.com/JonathanTremblay/UnityExportToZip#readme",
"changelogUrl": "https://github.com/JonathanTremblay/UnityExportToZip#version-history",
"licensesUrl": "https://creativecommons.org/share-your-work/public-domain/cc0/",
"type": "tool",
"keywords": [
"Export",
"Project",
"Zip",
"Compress",
"Save",
"Editor",
"Tool",
"Mac",
"Windows"
],
"author": {
"name": "Jonathan Tremblay",
"email": "jtrembla@cstj.qc.ca",
"url": "https://github.com/JonathanTremblay"
},
"unityRelease": "16f1"
}