{
  "name": "fgp",
  "version": "1.0.0",
  "description": "cli client for freegeoip.net",
  "repository": "chitacan/fgp",
  "main": "index.js",
  "bin": "cli.js",
  "scripts": {
    "test": "echo \"no test\" && exit 0"
  },
  "keywords": [
    "cli-app",
    "cli",
    "geoip",
    "freegeoip",
    "freegeoip.net"
  ],
  "author": "kyung yeol kim",
  "license": "MIT",
  "dependencies": {
    "colors": "^1.1.2",
    "got": "^7.1.0",
    "log-update": "^2.1.0",
    "meow": "^3.7.0",
    "ora": "^1.3.0"
  }
}
