{
  "name": "make-plural-compiler",
  "version": "6.1.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": "git+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"
}
