-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
27 lines (27 loc) · 960 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
{
"name": "com.dreamcode.mobile.android-keystore",
"displayName": "AutoKeystore",
"version": "1.3.1",
"unity": "2020.3",
"description": "Allows store android keystore between sessions, without manual input everytime.",
"keywords": [
"android",
"utility",
"unity",
"dreamcode"
],
"homepage": "https://github.com/dreamcodestudio",
"bugs": {
"url": "https://github.com/dreamcodestudio",
"email": "[email protected]"
},
"changelogUrl": "https://github.com/dreamcodestudio/com.dreamcode.mobile.android-keystore/blob/main/CHANGELOG.md",
"documentationUrl": "https://github.com/dreamcodestudio/com.dreamcode.mobile.android-keystore",
"license": "MIT",
"licensesUrl": "https://github.com/dreamcodestudio/com.dreamcode.mobile.android-keystore/blob/main/LICENSE",
"author": {
"name": "DreamCode",
"email": "[email protected]",
"url": "https://yandex.ru/q/profile/dreamcodestudio/"
}
}