{
  "name": "gmp-map-loader-example",
  "version": "1.0.0",
  "description": "An example app for @googlemaps/map-loader usage",
  "main": "app.js",
  "scripts": {
    "start": "webpack-dev-server"
  },
  "author": "Google Inc.",
  "contributors": [
    {
      "name": "Alex Muramoto",
      "email": "asdfhjkl@google.com"
    }
  ],
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/googlemaps/js-map-loader.git"
  },
  "publishConfig": {
    "registry": "https://wombat-dressing-room.appspot.com",
    "access": "public"
  },
  "dependencies": {
    "map-loader": "../",
    "webpack": "^4.42.0",
    "webpack-cli": "^3.3.11",
    "webpack-dev-server": "^3.11.1"
  }
}
