UNPKG

@pbtanna17/ngx-translate-parser-plural-select

Version:

ngx-translate parser that supports pluralization and select (a la Angular's i18n module)

44 lines (43 loc) 1.16 kB
{ "name": "@pbtanna17/ngx-translate-parser-plural-select", "version": "1.1.4", "description": "ngx-translate parser that supports pluralization and select (a la Angular's i18n module)", "repository": { "type": "git", "url": "git+https://github.com/silverspringnetworks/ngx-translate-parser-plural-select.git" }, "main": "dist/index.js", "types": "dist/index.d.ts", "author": "Parth Tanna", "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" }, "bugs": { "url": "https://github.com/silverspringnetworks/ngx-translate-parser-plural-select/issues" }, "homepage": "https://github.com/silverspringnetworks/ngx-translate-parser-plural-select#readme" }