{
  "name": "reverse-geocode",
  "version": "1.3.3",
  "description": "get reverse-geocoded location data for latitude and longitude values",
  "main": "lib/reverse-geocode.js",
  "types": "lib/reverse-geocode.d.ts",
  "scripts": {
    "fix": "standard --fix",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/VikramTiwari/reverse-geocode.git"
  },
  "engines": {
    "node": ">=10"
  },
  "keywords": [
    "reverse-geocode",
    "lat-long",
    "reverse",
    "geocode",
    "lat",
    "long",
    "lon",
    "latitude",
    "longitude"
  ],
  "standard": {
    "globals": [
      "describe",
      "expect",
      "test"
    ]
  },
  "author": "Vikram Tiwari <vikramtheone1@gmail.com> (https://vikramtiwari.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/VikramTiwari/reverse-geocode/issues"
  },
  "homepage": "https://github.com/VikramTiwari/reverse-geocode#readme",
  "devDependencies": {
    "jest": "^24.9.0",
    "standard": "^14.3.1"
  }
}
