forked from superunitybuild/buildtool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
14 lines (14 loc) · 843 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"name": "com.github.superunitybuild.buildtool",
"displayName": "SuperUnityBuild",
"version": "7.0.0",
"unity": "2020.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"
}
}