{
  "name": "offline-geo-from-ip",
  "description": "Get geo location information from an IP address",
  "version": "2.0.0",
  "main": "index.js",
  "scripts": {
    "test": "NODE_ENV=test node_modules/.bin/jasmine --config=tests/jasmine/config.json",
    "update-db": "node scripts/update-db.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/john-doherty/offline-geo-from-ip.git"
  },
  "bugs": {
    "url": "https://github.com/john-doherty/offline-geo-from-ip/issues"
  },
  "keywords": [
    "geo",
    "geo from ip",
    "ip to geo",
    "ip to location"
  ],
  "author": "John Doherty <contact@johndoherty.info> (www.johndoherty.info)",
  "license": "MIT",
  "engines": {
    "node": ">=12"
  },
  "standard": {
    "globals": [
      "describe",
      "expect",
      "test"
    ]
  },
  "dependencies": {
    "maxmind": "5.0.6",
    "tar": "6.2.1"
  },
  "devDependencies": {
    "jasmine": "4.6.0",
    "jasmine-console-reporter": "3.1.0"
  }
}
