UNPKG

pluralizers

Version:

Repository of localized pluralization functions

35 lines (34 loc) 729 B
{ "name": "pluralizers", "version": "0.1.7", "description": "Repository of localized pluralization functions", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/martinandert/pluralizers.git" }, "keywords": [ "localization", "translation", "translate", "localize", "plural", "pluralization", "pluralize", "i18n", "l10n" ], "author": { "name": "Martin Andert", "email": "mandert@gmail.com" }, "license": "MIT", "bugs": { "url": "https://github.com/martinandert/pluralizers/issues" }, "homepage": "https://github.com/martinandert/pluralizers", "devDependencies": { "jshint": "^2.5.10", "mocha": "^2.0.1" } }