ngx-translate-parser-plural-select
Version:
ngx-translate parser that supports pluralization and select (a la Angular's i18n module)
37 lines (36 loc) • 842 B
JSON
{
"name": "ngx-translate-parser-plural-select",
"version": "1.1.3",
"description": "ngx-translate parser that supports pluralization and select (a la Angular's i18n module)",
"repository": "https://github.com/souldreamer/ngx-translate-parser-plural-select.git",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Ionut Costica",
"license": "MIT",
"keywords": [
"ngx-translate",
"parser",
"ngx-translate parser",
"ICU",
"pluralization",
"plural",
"select",
"i18n",
"angular"
],
"scripts": {
"prepare": "webpack -p"
},
"dependencies": {
"core-js": "^2.5.1",
"string-template-parser": "^1.2.5"
},
"devDependencies": {
"@types/core-js": "^0.9.43",
"@types/node": "^8.0.28",
"ts-loader": "^2.3.7",
"typescript": "^2.5.2",
"webpack": "^3.0.0",
"webpack-node-externals": "^1.6.0"
}
}