forked from superunitybuild/buildtool
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 699 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 699 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "com.robproductions.stellarunitybuild",
"displayName": "Stellar Unity Build",
"version": "1.4.1",
"unity": "2020.3",
"description": "Stellar Unity Build is a fork of the powerful automation tool SuperUnityBuild. This extension package adds several new features to provide better control of your automated build pipeline.",
"changelogUrl": "CHANGELOG.md",
"documentationUrl": "https://github.com/superunitybuild/buildtool/wiki",
"licenseUrl": "LICENSE.md",
"license": "MIT License",
"author": {
"name": "RobProductions & SuperUnityBuild Team",
"url": "https://github.com/superunitybuild"
},
"keywords": [
"automation",
"build",
"extension"
]
}