-
Notifications
You must be signed in to change notification settings - Fork 107
/
package.json
41 lines (41 loc) · 997 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
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "cordova-plugin-localization-strings",
"version": "5.0.5",
"description": "Cordova Plugin for handling localization strings on InfoPlist.strings and Localizable.strings on iOS, strings.xml on Android",
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"i18n",
"internationalization",
"l10n",
"localization",
"strings.xml",
"InfoPlist.strings",
"Localizable.strings"
],
"homepage": "https://github.com/kelvinhokk/cordova-plugin-localization-strings.git",
"bugs": {
"url": "https://github.com/kelvinhokk/cordova-plugin-localization-strings.git/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/kelvinhokk/cordova-plugin-localization-strings.git"
},
"license": "MIT",
"dependencies": {
"glob": "^10.2.1",
"mkdirp": "^3.0.0",
"underscore": "^1.13.6",
"xcode": "^3.0.1",
"xml2js": "^0.5.0"
},
"engines": {
"cordovaDependencies": {
"4.0.0": {
"cordova": ">=6.1.0"
}
},
"node": ">=10"
}
}