-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 944 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 944 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
29
30
31
32
33
34
{
"name": "com.common-games.utils.scenes",
"displayName": "CGTK.Utils.Scenes",
"version": "0.3.1",
"unity": "2020.3",
"description": "Aims to deliver a smoother experience of working with (multiple) scenes.",
"keywords": [
"unity",
"unity3d",
"upm",
"common-games",
"utility"
],
"homepage": "https://github.com/common-games/Utils.Scenes.git",
"bugs": {
"url": "https://github.com/common-games/Utils.Scenes/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/common-games/Utils.Scenes.git"
},
"license": "The Unlicense",
"author": "Common-Games (https://github.com/Common-Games)",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"samples": [
{
"displayName": "Script Usage",
"description": "Contains small code samples on how to use all additions of this package.",
"path": "Samples~/ScriptUsage"
}
]
}