{
  "name": "countries-json",
  "version": "1.0.1",
  "description": "List of all countries with names and ISO 3166-1 codes in all languages in JSON.",
  "main": "index.json",
  "scripts": {
    "build": "node ./bin/build.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/koalex/countries-json.git"
  },
  "bugs": {
    "url": "https://github.com/koalex/countries-json/issues"
  },
  "keywords": [
    "countries",
    "ISO 3166-1",
    "JSON"
  ],
  "contributors": [
    {
      "name": "Konstantin Aleksandrov",
      "email": "alexandrovkm@gmail.com",
      "url": "https://github.com/koalex"
    }
  ],
  "license": "SEE LICENSE IN LICENSE.md",
  "homepage": "https://github.com/koalex/countries-json#readme"
}
