-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.25 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": "ilib-loctool-webos-dist",
"version": "1.16.1",
"description": "Full-featured build environment for webOS localization",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/iLib-js/ilib-loctool-webos-dist.git"
},
"author": {
"name": "Goun Lee",
"email": "[email protected]"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/iLib-js/ilib-loctool-webos-dist/issues"
},
"homepage": "https://github.com/iLib-js/ilib-loctool-webos-dist#readme",
"keywords": [
"internationalization",
"i18n",
"localization",
"l10n",
"globalization",
"g11n",
"strings",
"resources",
"locale",
"translation",
"webOS",
"loctool"
],
"dependencies": {
"ilib-loctool-webos-c": "1.7.4",
"ilib-loctool-webos-cpp": "1.7.4",
"ilib-loctool-webos-dart": "1.1.0",
"ilib-loctool-webos-javascript": "1.10.6",
"ilib-loctool-webos-json": "1.1.5",
"ilib-loctool-webos-json-resource": "1.6.1",
"ilib-loctool-webos-qml": "1.7.5",
"ilib-loctool-webos-ts-resource": "1.5.4",
"loctool": "2.24.0"
}
}