{
  "name": "make-plural",
  "main": "make-plural.js",
  "homepage": "https://github.com/eemeli/make-plural.js",
  "repository": { "type": "git", "url": "git://github.com/eemeli/make-plural.js.git" },
  "authors": [ "Eemeli Aro <eemeli@gmail.com>" ],
  "description": "Translates Unicode CLDR pluralization rules to executable JavaScript",
  "moduleType": [ "amd", "es6", "globals", "node" ],
  "keywords": [ "unicode", "cldr", "i18n", "pluralization" ],
  "license": "ISC",
  "ignore": [ ".*", "Makefile", "package.json", "src/", "test/" ]
}
