-
Notifications
You must be signed in to change notification settings - Fork 128
Expand file tree
/
Copy pathpackage.json
More file actions
14 lines (14 loc) · 849 Bytes
/
package.json
File metadata and controls
14 lines (14 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"name": "com.github.superunitybuild.buildtool",
"displayName": "SuperUnityBuild",
"version": "8.0.0-pre.1",
"unity": "2021.3",
"description": "SuperUnityBuild is a Unity utility that automates the process of generating builds. It's easy and quick enough to use on small apps, but it's also powerful and extensible enough to be extremely useful on larger projects. The key to this flexibility lies in SuperUnityBuild's configurable degrees of granularity and its BuildActions framework which allows additional operations to be added into the build process.",
"changelogUrl": "https://github.com/superunitybuild/buildtool/releases",
"documentationUrl": "https://github.com/superunitybuild/buildtool/wiki",
"licenseUrl": "LICENSE.md",
"author": {
"name": "SuperUnityBuild",
"url": "https://github.com/superunitybuild"
}
}