1.0.2 • Published 9 years ago

genders v1.0.2

Weekly downloads
7
License
MIT
Repository
github
Last release
9 years ago

genders

NPM Version Build Status

A JSON library with genders and translations.

Format:

require('genders')
// =>
{
  // english names only here
  "genders": [
    "Agender",
    "Androgyne",
    "Androgynous",
    …
  ],
  "translations": {
    "de": {
      // translation for some of the english names
      "Androgyne": "Androgyn",
      "Androgynous": "Androgyn",
      …
    },
    …
  }
}
1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago