generated from OmiyaGames/template-unity-package
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 985 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "com.omiyagames.cryptography",
"displayName": "Omiya Games - Cryptography",
"version": "1.0.0",
"unity": "2021.1",
"unityRelease": "9f1",
"description": "A package containing cryptography-related tools.",
"category": "Tool",
"type": "tool",
"license": "MIT",
"author": {
"name": "Taro Omiya",
"email": "support@omiyagames.com",
"url": "https://www.omiyagames.com"
},
"keywords": [
"Omiya Games",
"Scripts",
"Asset",
"Asset Bundle",
"Cryptography",
"Encryption",
"Encrypt",
"Decryption",
"Decrypt",
"Security",
"ScriptableObject",
"Domain List",
"String Cryptographer",
"Tools"
],
"dependencies": {
"com.unity.ext.nunit": "1.0.0",
"com.omiyagames.common": "1.0.0"
},
"scopedRegistries": [
{
"name": "package.openupm.com",
"url": "https://package.openupm.com",
"scopes": [
"com.omiyagames.common",
"com.openupm"
]
}
]
}