@ng-maps/google
Version:
**@ng-maps/google** is a simple, modular and tree-shakable library for displaying google-maps inside an angular application
46 lines • 933 B
JSON
{
"name": "@ng-maps/google",
"version": "8.0.0",
"keywords": [
"angular",
"ng",
"google maps",
"googlemaps",
"maps",
"map",
"google",
"ng2",
"angular2",
"agm"
],
"homepage": "https://ng-maps.github.io/core",
"bugs": {
"url": "https://github.com/ng-maps/ng-maps/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ng-maps/ng-maps.git"
},
"peerDependencies": {
"@angular/common": ">=18.0.0",
"@angular/core": ">=18.0.0",
"@types/google.maps": ">=3.51.0",
"@ng-maps/core": ">=6.0.0"
},
"dependencies": {
"tslib": "^2.0.0"
},
"module": "fesm2022/ng-maps-google.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ng-maps-google.mjs"
}
},
"sideEffects": false
}