{
  "name": "ascii-flags",
  "version": "1.0.0",
  "description": "Mini country flags in ascii art",
  "main": "cli.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "ascii-flags": "./cli.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arniekoz/ascii-flags.git"
  },
  "keywords": [
    "flags",
    "flag",
    "countries",
    "country",
    "ascii",
    "art",
    "unicode",
    "utf-8",
    "color",
    "colour"
  ],
  "author": "Arnolds Kozlovskis",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/arniekoz/ascii-flags/issues"
  },
  "homepage": "https://github.com/arniekoz/ascii-flags#readme",
  "dependencies": {
    "commander": "^2.9.0"
  }
}
