-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 774 Bytes
/
Copy pathpackage.json
File metadata and controls
21 lines (21 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "com.onedevapp.configbuildtool",
"displayName": "ConfigBuildTool",
"version": "1.0.4",
"documentationUrl": "https://github.com/onedevapp/ConfigBuildTool/blob/main/.github/README.md",
"changelogUrl": "",
"licensesUrl": "https://github.com/onedevapp/ConfigBuildTool/blob/main/LICENSE",
"author": {
"name": "OneDevApp",
"email": "onedevapp@gmail.com",
"url": "https://github.com/onedevapp/ConfigBuildTool"
},
"samples": [
{
"displayName": "GameConfig Demo",
"description": "Contains sample for GameConfig",
"path": "Samples~/Samples"
}
],
"description": "This unity plugin Automate project build for Android and IOS using pre-config propertites during pre-build, post-build and during gameplay.\n\n"
}