Skip to content

Commit 8a44dc1

Browse files
committed
Add more metadata in package.json
1 parent 899f25c commit 8a44dc1

1 file changed

Lines changed: 20 additions & 13 deletions

File tree

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
{
2-
"name": "com.github.asus4.nativedialog",
3-
"displayName": "Native Dialog",
4-
"author": "Koki Ibukuro",
5-
"description": "Native Dialog Plugin for Unity",
6-
"keywords": [
7-
"unity"
8-
],
9-
"license": "SEE LICENSE IN LICENSE",
10-
"unity": "2020.3",
11-
"unityRelease": "0f1",
12-
"version": "1.1.0",
13-
"type": "library",
14-
"hideInEditor": false
2+
"name": "com.github.asus4.nativedialog",
3+
"version": "1.1.0",
4+
"displayName": "Native Dialog",
5+
"description": "Android / iOS Native Dialog for Unity",
6+
"keywords": [
7+
"unity"
8+
],
9+
"unity": "2020.3",
10+
"unityRelease": "0f1",
11+
"repository": {
12+
"type": "git",
13+
"url": "https://github.com/asus4/UnityNativeDialogPlugin.git"
14+
},
15+
"documentationUrl": "https://github.com/asus4/UnityNativeDialogPlugin",
16+
"changelogUrl": "https://github.com/asus4/UnityNativeDialogPlugin/releases",
17+
"licensesUrl": "https://github.com/asus4/UnityNativeDialogPlugin/blob/main/LICENSE",
18+
"author": {
19+
"name": "Koki Ibukuro",
20+
"url": "https://github.com/asus4"
1521
}
22+
}

0 commit comments

Comments
 (0)