-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 908 Bytes
/
package.json
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
{
"name": "com.ikaroon.scripttemplater",
"version": "1.0.0",
"displayName": "Script Templater",
"description": "A tool that let's you add custom script templates per project.",
"unity": "2020.3",
"keywords": [
"ikaroon",
"script",
"c#",
"template",
"asset",
"creation"
],
"author": {
"name": "Ikaroon",
"email": "hi@marian-brinkmann.com",
"url": "https://marian-brinkmann.com/"
},
"samples": [
{
"displayName": "Script Templates",
"description": "Contains sample script templates that you can import",
"path": "Samples~/SamplesTemplates"
}
],
"type": "tool",
"documentationUrl": "https://github.com/Ikaroon/ScriptTemplater",
"changelogUrl": "https://github.com/Ikaroon/ScriptTemplater/commits/main",
"license": "See LICENSE.md file",
"licensesUrl": "https://github.com/Ikaroon/ScriptTemplater/blob/main/LICENSE"
}