make-plural-compiler
Version:
Translates Unicode CLDR pluralization rules to executable JavaScript
29 lines (28 loc) • 660 B
JSON
{
"name": "make-plural-compiler",
"version": "6.0.0",
"description": "Translates Unicode CLDR pluralization rules to executable JavaScript",
"keywords": [
"unicode",
"cldr",
"i18n",
"internationalization",
"pluralization"
],
"author": "Eemeli Aro <eemeli@gmail.com>",
"license": "ISC",
"homepage": "https://github.com/eemeli/make-plural#readme",
"repository": {
"type": "git",
"url": "https://github.com/eemeli/make-plural.git",
"directory": "packages/compiler"
},
"bugs": {
"url": "https://github.com/eemeli/make-plural/issues"
},
"files": [
"index.js",
"lib/"
],
"main": "index.js"
}