{
  "name": "node-country-list",
  "version": "1.0.3",
  "description": "country names by Alpha-2 country code in multiple languages",
  "keywords": [
    "i18n",
    "country",
    "countries",
    "3166",
    "alpha-2",
    "af",
    "ak",
    "am",
    "ar",
    "as",
    "az",
    "be",
    "bg",
    "bm",
    "bn",
    "bo",
    "br",
    "bs",
    "ca",
    "ce",
    "cs",
    "cy",
    "da",
    "de",
    "dz",
    "ee",
    "el",
    "en",
    "eo",
    "es",
    "et",
    "eu",
    "fa",
    "ff",
    "fi",
    "fo",
    "fr",
    "fy",
    "ga",
    "gd",
    "gl",
    "gu",
    "gv",
    "ha",
    "he",
    "hi",
    "hr",
    "hu",
    "hy",
    "id",
    "ig",
    "ii",
    "is",
    "it",
    "ja",
    "ka",
    "ki",
    "kk",
    "kl",
    "km",
    "kn",
    "ko",
    "ks",
    "kw",
    "ky",
    "lb",
    "lg",
    "ln",
    "lo",
    "lt",
    "lu",
    "lv",
    "mg",
    "mk",
    "ml",
    "mn",
    "mr",
    "ms",
    "mt",
    "my",
    "nb",
    "nd",
    "ne",
    "nl",
    "nn",
    "no",
    "om",
    "or",
    "os",
    "pa",
    "pl",
    "ps",
    "pt",
    "qu",
    "rm",
    "rn",
    "ro",
    "ru",
    "rw",
    "se",
    "sg",
    "sh",
    "si",
    "sk",
    "sl",
    "sn",
    "so",
    "sq",
    "sr",
    "sv",
    "sw",
    "ta",
    "te",
    "th",
    "ti",
    "tl",
    "to",
    "tr",
    "ug",
    "uk",
    "ur",
    "uz",
    "vi",
    "yi",
    "yo",
    "zh",
    "zh-hant",
    "zh-hans",
    "zu"
  ],
  "engines": {
    "node": ">= 6"
  },
  "bugs": {
    "url": "https://github.com/TinglesApp/node-country-list/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/TinglesApp/node-country-list.git"
  },
  "main": "index.js",
  "scripts": {
    "test": "jest"
  },
  "author": "witek.strzelczyk@gmail.com",
  "license": "MIT",
  "jest": {
    "collectCoverage": true,
    "coverageThreshold": {
      "global": {
        "statements": 100,
        "branches": 100
      }
    }
  },
  "dependencies": {},
  "devDependencies": {
    "@types/node": "^10.12.10",
    "jest": "^23.6.0"
  }
}
