generated from OmiyaGames/template-unity-package
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 805 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
{
"name": "com.omiyagames.web",
"displayName": "Omiya Games - Web",
"version": "1.0.0",
"unity": "2021.1",
"unityRelease": "9f1",
"description": "Helper tools and libraries on web-related stuff.",
"category": "Tool",
"type": "library",
"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.0.0"
},
"keywords": [
"Omiya Games",
"Scripts",
"Template",
"Tool",
"Web",
"Library"
],
"scopedRegistries": [
{
"name": "package.openupm.com",
"url": "https://package.openupm.com",
"scopes": [
"com.omiyagames.common",
"com.openupm"
]
}
]
}