forked from kelvinhokk/cordova-plugin-localization-strings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.4 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
{
"name": "@thing-it/cordova-plugin-localization-strings",
"version": "3.2.4",
"description": "Cordova Plugin for handling localization strings on InfoPlist.strings and Localizable.strings on iOS, strings.xml on Android",
"repository": {
"type": "git",
"url": "[email protected]:thing-it/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": {
"@xmldom/xmldom": "^0.8.6",
"fs-extra": "^1.0.0",
"glob": "^7.1.3",
"iconv-lite": "^0.4.15",
"lodash": "^4.17.21",
"path": "^0.12.7",
"xcode": "^2.0.0",
"xml-writer": "^1.6.0",
"xml2js": "^0.6.2"
},
"devDependencies": {
"cordova-common": "^3.2.1",
"standard-version": "^7.0.0"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/thing-it/cordova-plugin-localization-strings/issues"
},
"homepage": "https://github.com/thing-it/cordova-plugin-localization-strings.git",
"scripts": {
"release": "standard-version",
"version": "PLUGIN_VERSION=$npm_package_version node plugin-version && git add plugin.xml",
"postversion": "git push && git push --tags && npm publish"
}
}