@googlemaps/map-loader
Version:
Automatic initialization and loading of the Maps JS API base map into the DOM
58 lines (57 loc) • 1.72 kB
JSON
{
"name": "@googlemaps/map-loader",
"version": "0.2.0",
"description": "Automatic initialization and loading of the Maps JS API base map into the DOM",
"main": "dist/map-loader.umd.js",
"module": "dist/map-loader.esm.js",
"types": "dist/index.d.ts",
"scripts": {
"format": "sort-package-json && prettier *.json *.js src/* examples/* --write",
"lint": "eslint src/*",
"prepare": "rollup -c",
"test": "jest src/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/googlemaps/js-map-loader.git"
},
"author": "Alex Muramoto",
"license": "Apache-2.0",
"keywords": [
"google",
"maps"
],
"bugs": {
"url": "https://github.com/googlemaps/js-map-loader/issues"
},
"homepage": "https://github.com/googlemaps/js-map-loader#readme",
"publishConfig": {
"access": "public",
"registry": "https://wombat-dressing-room.appspot.com"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-typescript": "^7.9.0",
"@googlemaps/jest-mocks": "0.0.3",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.1",
"@types/googlemaps": "^3.39.3",
"@types/jest": "^25.1.4",
"@typescript-eslint/eslint-plugin": ">=2.25.0",
"@typescript-eslint/parser": ">=2.25.0",
"babel-jest": "^25.2.3",
"eslint": "^6.8.0",
"eslint-plugin-jest": "^24.0.0",
"jest": "^25.3.0",
"rollup": "^2.4.0",
"rollup-plugin-terser": "^5.3.0",
"rollup-plugin-typescript2": "^0.29.0",
"ts-jest": "^25.3.1",
"typescript": "^3.8.3"
},
"dependencies": {
"@googlemaps/js-api-loader": "^1.11.1"
}
}