@nativescript-community/l
Version:
Native internationalization plugin for NativeScript using native capabilities of each platform
82 lines (81 loc) • 2.04 kB
JSON
{
"name": "@nativescript-community/l",
"description": "Native internationalization plugin for NativeScript using native capabilities of each platform",
"version": "4.3.10",
"sideEffects": false,
"keywords": [
"nativescript",
"internationalization",
"i18n",
"translation",
"localization",
"l10n",
"angular",
"ios",
"android"
],
"homepage": "https://github.com/@nativescript-community/l",
"bugs": "https://github.com/@nativescript-community/l/issues",
"license": "MIT",
"author": {
"name": "Ludovic Fabrèges",
"email": "ludovic.fabreges@gmail.com"
},
"contributors": [
{
"name": "Eddy Verbruggen",
"email": "eddyverbruggen@gmail.com"
},
{
"name": "Brendan Ingham",
"email": "brendan.ingham13@gmail.com"
},
{
"name": "MultiShiv19",
"email": "sp@shiv19.com"
}
],
"main": "localize",
"typings": "localize.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/@nativescript-community/l.git"
},
"scripts": {
"compile": "tsc -p hooks && tsc && ngc -p tsconfig.aot.json",
"preuninstall": "node preuninstall.js",
"postinstall": "node postinstall.js",
"tslint": "tslint **/*.ts --config ../tslint.json"
},
"dependencies": {
"@nativescript/hook": "~2.0.0",
"mkdirp": "^1.0.4",
"shorthash": "0.0.2",
"simple-plist": "^1.1.1",
"sprintf-js": "^1.1.2"
},
"nativescript": {
"platforms": {
"android": "5.0.0",
"ios": "5.0.0"
},
"hooks": [
{
"type": "before-checkForChanges",
"script": "hooks/before-checkForChanges.js",
"inject": true
},
{
"type": "before-syncChangedDataOnDevices",
"script": "hooks/before-syncChangedDataOnDevices.js",
"inject": true
},
{
"type": "before-watchPatterns",
"script": "hooks/before-watchPatterns.js",
"inject": true
}
]
},
"gitHead": "bb57bcea027c78ccddeebd735267d4c42a9c39c4"
}