{
  "name": "i18n-nationality",
  "version": "1.4.0",
  "description": "i18n for nationality",
  "typings": "index.d.ts",
  "keywords": [
    "i18n",
    "alpha",
    "alpha-2",
    "alpha-3",
    "numeric",
    "nationality",
    "nationalities"
  ],
  "author": {
    "name": "Mike Goebel",
    "email": "mike@mg-develop.de"
  },
  "contributors": [
    {
      "name": "Mike Goebel",
      "email": "mike@mg-develop.de"
    }
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/sourcecode911/i18n-nationality"
  },
  "dependencies": {
    "@types/diacritics": "^1.3.1",
    "diacritics": "^1.3.0"
  },
  "devDependencies": {
    "assert-plus": "1.0.0",
    "mocha": "^10.0.0",
    "jshint": "^2.13.5",
    "madge": "5.0.1",
    "nyc": "^15.1.0"
  },
  "main": "entry-node",
  "browser": "index",
  "engines": {
    "node": ">= 6"
  },
  "scripts": {
    "test": "make test"
  },
  "bugs": {
    "url": "https://github.com/sourcecode911/i18n-nationality/issues"
  }
}
