@googlemaps/map-loader
Version:
Automatic initialization and loading of the Maps JS API base map into the DOM
32 lines (31 loc) • 716 B
JSON
{
"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"
}
}