-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 848 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 848 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
{
"name": "com.common-games.tools.custom-script-templates",
"displayName": "CGTK.Tools.CustomScriptTemplates",
"version": "2.2.0",
"unity": "2020.3",
"description": "Allows you to set-up custom templates for different kinds of scripts.",
"keywords": [
"unity",
"unity3d",
"upm",
"common-games",
"utility"
],
"homepage": "https://github.com/common-games/tools.customizable-script-templates.git",
"bugs": {
"url": "https://github.com/common-games/tools.customizable-script-templates/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/common-games/tools.customizable-script-templates.git"
},
"license": "MIT",
"author": "Common-Games (https://github.com/Common-Games)",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "tools"
}