forked from 3d-group/unity-package-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 719 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 719 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
{
"name": "com.3d-group.unity-package-template",
"displayName": "3D Group - Unity package template",
"version": "1.1.2",
"description": "Template for creating Unity game engine packages",
"dependencies": { },
"keywords": [
"unity",
"unity3d",
"upm",
"3d-group",
"utility"
],
"homepage": "https://github.com/3d-group/unity-package-template.git",
"bugs": {
"url": "https://github.com/3d-group/unity-package-template/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/3d-group/unity-package-template.git"
},
"license": "MIT",
"author": "3D Group (https://3d.fi/)",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}