UNPKG

agm-overlays

Version:

Custom marker overlay for the @agm/core package

36 lines 943 B
{ "name": "agm-overlays", "version": "2.0.0", "description": "Custom marker overlay for the @agm/core package", "main": "bundles/agm-overlays.umd.js", "repository": { "type": "git", "url": "git+https://github.com/ackerapple/agm-overlays.git" }, "keywords": [ "agm", "overlay", "custom", "markers", "google", "maps" ], "author": "Acker Apple", "license": "MIT", "bugs": { "url": "https://github.com/ackerapple/agm-overlays/issues" }, "homepage": "https://github.com/ackerapple/agm-overlays#readme", "module": "fesm5/agm-overlays.js", "es2015": "fesm2015/agm-overlays.js", "esm5": "esm5/agm-overlays.js", "esm2015": "esm2015/agm-overlays.js", "fesm5": "fesm5/agm-overlays.js", "fesm2015": "fesm2015/agm-overlays.js", "typings": "agm-overlays.d.ts", "metadata": "agm-overlays.metadata.json", "sideEffects": false, "peerDependencies": { "tslib": "^1.10.0" } }