generated from OmiyaGames/template-unity-package
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
58 lines (58 loc) · 1.52 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "com.omiyagames.web.security",
"displayName": "Omiya Games - Web Security",
"version": "1.1.0",
"unity": "2021.2",
"unityRelease": "10f1",
"description": "Collection of tools for web security.",
"category": "Tool",
"type": "tool",
"license": "MIT",
"author": {
"name": "Taro Omiya",
"email": "[email protected]",
"url": "https://www.omiyagames.com"
},
"dependencies": {
"com.unity.ext.nunit": "1.0.0",
"com.omiyagames.common": "1.1.0",
"com.omiyagames.global": "1.2.0",
"com.omiyagames.global.settings": "1.0.0-pre.1",
"com.omiyagames.cryptography": "1.0.0"
},
"keywords": [
"Omiya Games",
"Scripts",
"Template",
"Tool",
"Web",
"Security",
"Project Settings",
"Asset",
"Scriptable Object"
],
"samples": [
{
"displayName": "WebDomainVerifier Sample",
"description": "Provides an example of how to use the WebDomainVerifier to defend your WebGL game.",
"path": "Samples~/WebDomainVerifier/Sample"
},
{
"displayName": "WebDomainVerifier Debug Info",
"description": "Provides a scene that prints a large amount of info from WebDomainVerifier. Great for debugging!",
"path": "Samples~/WebDomainVerifier/Debug Info"
}
],
"scopedRegistries": [
{
"name": "package.openupm.com",
"url": "https://package.openupm.com",
"scopes": [
"com.omiyagames.common",
"com.omiyagames.global",
"com.omiyagames.cryptography",
"com.openupm"
]
}
]
}