forked from kelvinhokk/cordova-plugin-localization-strings
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.05 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
{
"name": "cordova-plugin-localization-strings",
"version": "1.1.1",
"description": "Cordova Plugin for handling localization strings on InfoPlist.strings and Localizable.strings on iOS, strings.xml on Android",
"repository": {
"type": "git",
"url": "https://github.com/kelvinhokk/cordova-plugin-localization-strings.git"
},
"engines": [
{
"name": "cordova",
"version": ">=6.0.0"
}
],
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"i18n",
"internationalization",
"l10n",
"localization",
"strings.xml",
"InfoPlist.strings",
"Localizable.strings"
],
"dependencies": {
"fs-extra": "^1.0.0",
"iconv-lite": "^0.4.15",
"lodash": "^4.17.2",
"xcode": "^0.9.0",
"xml-writer": "^1.6.0",
"xml2js": "^0.4.17"
},
"devDependencies": {},
"license": "MIT",
"bugs": {
"url": "https://github.com/kelvinhokk/cordova-plugin-localization-strings.git/issues"
},
"homepage": "https://github.com/kelvinhokk/cordova-plugin-localization-strings.git"
}