-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 895 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
{
"name": "com.adityarahmanda.javanese-textmeshpro",
"version": "1.0.6",
"displayName": "Javanese TextMeshPro",
"unity": "2021.2",
"unityRelease": "0f1",
"documentationUrl": "https://javanese-textmeshpro.adityarahmanda.com/",
"changelogUrl": "https://github.com/adityarahmanda/javanese-textmeshpro/commits/master",
"licensesUrl": "https://github.com/adityarahmanda/javanese-textmeshpro/blob/master/LICENSE",
"keywords": [
"javanese",
"language",
"text",
"textmeshpro",
"transliterator",
"tool",
"utility"
],
"author": {
"name": "Aditya Rahmanda",
"email": "arahmanda21@gmail.com",
"url": "https://adityarahmanda.com"
},
"dependencies": {
"com.unity.textmeshpro": "2.1.0",
"com.unity.editorcoroutines": "1.0.0"
},
"description": "Javanese language support for Unity TextMeshPro with additional transliteration tool."
}