{
  "name": "geo-reverse",
  "version": "1.0.13",
  "description": "A node.js module to find the country (and timezone) at specific gps coordinates",
  "keywords": [
    "timezone",
    "ISO3166",
    "ISO-3166",
    "country",
    "code",
    "latlong",
    "latlng",
    "latitude",
    "longitude",
    "reverse",
    "geocoding"
  ],
  "main": "index.js",
  "dependencies": {
    "assert": "^2.0.0",
    "geo-tz": "^6.0.1",
    "i18n-iso-countries": "^6.5.0",
    "iso-639-1": "^2.1.8",
    "mocha": "^8.3.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/7cf148fd/geo-reverse"
  },
  "devDependencies": {},
  "scripts": {
    "test": "mocha"
  },
  "author": "7cf148fd",
  "license": "MIT"
}
