-
Notifications
You must be signed in to change notification settings - Fork 94
/
package.json
44 lines (44 loc) · 1.09 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
{
"name": "com.mopsicus.umi",
"version": "2.0.0",
"displayName": "UMI",
"description": "UMI – Unity plugin for Android and iOS, allows to use features of mobile native input fields.",
"license": "MIT",
"author": "Mopsicus <[email protected]>",
"homepage": "https://github.com/mopsicus/umi",
"changelogUrl": "https://github.com/mopsicus/umi/blob/main/CHANGELOG.md",
"documentationUrl": "https://github.com/mopsicus/umi/blob/main/Documentation~/index.md",
"unity": "2020.3",
"keywords": [
"input",
"mobile",
"inputfield",
"select",
"emoji",
"unity",
"native",
"textarea",
"ios",
"textmeshpro",
"android",
"tmpro",
"plugin"
],
"contributors": [
{
"name": "Romain Théry"
}
],
"dependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/mopsicus/umi.git"
},
"samples": [
{
"displayName": "Demo",
"description": "A demo scene to show UMI usage",
"path": "Samples~/Demo"
}
]
}