-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.21 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
{
"name": "com.cobilas.unity.management.translations",
"version": "2.2.0",
"displayName": "Cobilas Management Translations",
"description": "Pacote de gerenciamento de tradu\u00e7\u00f5es para unity3d",
"licensesUrl": "https://github.com/BelicusBr/com.cobilas.unity.management.translations/blob/main/LICENSE.md",
"changelogUrl": "https://github.com/BelicusBr/com.cobilas.unity.management.translations/blob/main/CHANGELOG.md",
"unity": "2019.1",
"unityRelease": "0b5",
"type": "tool",
"author": "B\u00e9licusBr",
"repository": {
"url": "git+https://github.com/BelicusBr/com.cobilas.unity.management.translations.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/BelicusBr/com.cobilas.unity.management.translations/issues"
},
"homepage": "https://github.com/BelicusBr/com.cobilas.unity.management.translations#readme",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"unity3d",
"unity-csharp",
"unitypackage"
],
"license": "MIT",
"dependencies": {
"com.cobilas.unity.utility": "2.9.0",
"com.cobilas.unity.management.runtime": "2.0.0",
"com.cobilas.unity.management.resource": "2.0.1"
}
}