1 | {
|
2 | "name": "@agm/core",
|
3 | "version": "3.0.0-beta.0",
|
4 | "description": "Angular components for Google Maps",
|
5 | "author": "Sebastian Holstein <info@sebastian-holstein.de>",
|
6 | "license": "MIT",
|
7 | "repository": {
|
8 | "type": "git",
|
9 | "url": "https://github.com/SebastianM/angular-google-maps.git"
|
10 | },
|
11 | "bugs": {
|
12 | "url": "https://github.com/SebastianM/angular-google-maps/issues"
|
13 | },
|
14 | "homepage": "https://angular-maps.com",
|
15 | "keywords": [
|
16 | "angular",
|
17 | "ng",
|
18 | "google-maps",
|
19 | "maps",
|
20 | "google",
|
21 | "gmaps"
|
22 | ],
|
23 | "peerDependencies": {
|
24 | "@angular/common": "^9.1.0 || ^10.0.0",
|
25 | "@angular/core": "^9.1.0 || ^10.0.0",
|
26 | "@types/googlemaps": "^3.39.8"
|
27 | },
|
28 | "dependencies": {
|
29 | "tslib": "^2.0.0"
|
30 | },
|
31 | "main": "bundles/agm-core.umd.js",
|
32 | "module": "fesm2015/agm-core.js",
|
33 | "es2015": "fesm2015/agm-core.js",
|
34 | "esm2015": "esm2015/agm-core.js",
|
35 | "fesm2015": "fesm2015/agm-core.js",
|
36 | "typings": "agm-core.d.ts",
|
37 | "metadata": "agm-core.metadata.json",
|
38 | "sideEffects": false
|
39 | }
|