{
  "name": "svg-country-flags",
  "version": "1.1.1",
  "description": "SVG and PNG renders of all countries' flags.",
  "scripts": {
    "build-pngs": "node scripts/build-pngs.js",
    "build-100-250-1000-pngs": "node scripts/build-pngs.js 100: && node scripts/build-pngs.js 250: && node scripts/build-pngs.js 1000:"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hjnilsson/country-flags.git"
  },
  "keywords": [
    "flags",
    "countries",
    "country",
    "svg"
  ],
  "author": "Hampus Nilsson",
  "license": "SAX-PD",
  "bugs": {
    "url": "https://github.com/hjnilsson/country-flags/issues"
  },
  "homepage": "http://hjnilsson.github.io/country-flags/"
}
