-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (28 loc) · 806 Bytes
/
package.json
File metadata and controls
29 lines (28 loc) · 806 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
{
"name": "com.company.tool",
"version": "1.0.0",
"displayName": "Tool Name",
"description": "Description of tool here.",
"unity": "2018.4",
"keywords": ["words","that","describe", "tool"],
"dependencies": {
"com.unity.textmeshpro": "1.4.1"
},
"samples": [
{
"displayName": "Basic Sample",
"description": "Basic sample of the package or tool...",
"path": "Samples~/Basic Sample"
},
{
"displayName": "Advanced Sample",
"description": "Advanced sample of the package or tool...",
"path": "Samples~/Advanced Sample"
}
],
"author": {
"name": "Your Name",
"email": "email@gmail.com",
"url": "https://yourwebsite.com"
},
}