forked from chancezeus/cordova-plugin-localization-strings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.39 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
45
46
47
48
49
50
51
52
53
54
{
"name": "cordova-plugin-localization-strings",
"version": "2.0.2",
"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",
"glob": "^7.1.3",
"graceful-fs": "^4.1.11",
"iconv-lite": "^0.4.15",
"klaw": "^2.1.1",
"lodash.assignin": "^4.2.0",
"lodash.find": "^4.6.0",
"lodash.foreach": "^4.5.0",
"lodash.has": "^4.5.2",
"lodash.isempty": "^4.4.0",
"lodash.isobject": "^3.0.2",
"lodash.isundefined": "^3.0.1",
"lodash.values": "^4.3.0",
"q": "^1.5.1",
"xcode": "^2.0.0",
"xml-writer": "^1.6.0",
"xml2js": "^0.4.17"
},
"devDependencies": {
"eslint": "^4.16.0"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/kelvinhokk/cordova-plugin-localization-strings.git/issues"
},
"homepage": "https://github.com/kelvinhokk/cordova-plugin-localization-strings.git"
}