fairmanager-cordova-plugin-localization-strings
Version:
Cordova Plugin for handling localization strings on InfoPlist.strings and Localizable.strings on iOS, strings.xml on Android
48 lines (47 loc) • 1.3 kB
JSON
{
"name": "fairmanager-cordova-plugin-localization-strings",
"version": "2.2.1",
"description": "Cordova Plugin for handling localization strings on InfoPlist.strings and Localizable.strings on iOS, strings.xml on Android",
"license": "MIT",
"author": "Oliver Salzburg <oliver.salzburg@gmail.com>",
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"i18n",
"internationalization",
"l10n",
"localization",
"strings.xml",
"InfoPlist.strings",
"Localizable.strings"
],
"homepage": "https://github.com/fairmanager-cordova/plugin-localization-strings",
"repository": {
"type": "git",
"url": "https://github.com/fairmanager-cordova/plugin-localization-strings.git"
},
"bugs": {
"url": "https://github.com/fairmanager-cordova/plugin-localization-strings/issues"
},
"cordova": {
"id": "fairmanager-cordova-plugin-clipboard"
},
"dependencies": {
"fs-extra": "^1.0.0",
"glob": "7.1.3",
"iconv-lite": "^0.4.15",
"lodash": "^4.17.2",
"xcode": "^0.9.0",
"xml-writer": "^1.6.0",
"xml2js": "^0.4.17",
"q": "1.5.1"
},
"devDependencies": {
"eslint": "4.12.0",
"eslint-plugin-promise": "3.6.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}