{
  "name": "geolocator",
  "version": "2.1.5",
  "description": "A utility for getting geo-location information via HTML5 and IP look-ups, geocoding, address look-ups, distance and durations, timezone information and more...",
  "author": {
    "name": "Onur Yıldırım",
    "email": "onur@cutepilot.com"
  },
  "license": "MIT",
  "main": "dist/geolocator.js",
  "files": [
    "dist",
    "example",
    "LICENSE"
  ],
  "homepage": "https://github.com/onury/geolocator",
  "repository": {
    "type": "git",
    "url": "https://github.com/onury/geolocator.git"
  },
  "bugs": {
    "url": "https://github.com/onury/geolocator/issues"
  },
  "scripts": {
    "build:prod": "webpack --config webpack.config.js --env.prod",
    "build:dev": "webpack --config webpack.config.js --env.dev",
    "build": "npm run build:prod && npm run build:dev",
    "serve": "webpack-dev-server --env.serve",
    "test": "npm run build:dev && jest --verbose"
  },
  "jest": {
    "testEnvironment": "jsdom",
    "roots": [
      "<rootDir>/dist",
      "<rootDir>/test"
    ],
    "testRegex": "(/test/.*\\.(test|spec))\\.js?$",
    "testPathIgnorePatterns": [
      "/node_modules/",
      "/backup/",
      "/example/",
      "/.cov/"
    ],
    "collectCoverageFrom": [
      "src/index.js"
    ],
    "coverageDirectory": "./test/.cov",
    "transform": {},
    "bail": true
  },
  "keywords": [
    "geo",
    "geolocation",
    "location",
    "position",
    "latitude",
    "longitude",
    "HTML5",
    "google",
    "map",
    "geocode",
    "reverse-geocode",
    "ip",
    "address",
    "lookup",
    "distance",
    "directions",
    "duration",
    "matrix",
    "route",
    "timezone",
    "lat",
    "lng",
    "lon"
  ],
  "dependencies": {},
  "devDependencies": {
    "babel-eslint": "^10.0.1",
    "babel-loader": "^7.1.4",
    "babel-plugin-istanbul": "^4.1.6",
    "babel-preset-es2015": "^6.24.1",
    "eslint": "^4.19.1",
    "eslint-config-xo": "^0.20.1",
    "html-loader": "^0.5.5",
    "jest-cli": "^22.4.3",
    "svg-inline-loader": "^0.8.0",
    "webpack": "^4.6.0",
    "webpack-cli": "^2.0.14",
    "webpack-dev-server": "^3.1.3"
  }
}
