UNPKG

ngx-amap

Version:

[![npm](https://img.shields.io/npm/v/ngx-amap.svg)][npm-badge-url] [![npm](https://img.shields.io/npm/dm/ngx-amap.svg)][npm-badge-url] [![Build Status](https://travis-ci.org/xieziyu/ngx-amap.svg?branch=master)][ci-url]

36 lines (35 loc) 870 B
{ "name": "ngx-amap", "version": "3.0.5", "author": "Xie, Ziyu", "license": "MIT", "keywords": [ "angular", "ng", "map", "amap" ], "repository": { "type": "git", "url": "https://github.com/xieziyu/ngx-amap.git" }, "homepage": "https://xieziyu.github.io/ngx-amap", "bugs": "https://github.com/xieziyu/ngx-amap/issues", "peerDependencies": { "@angular/common": "^6.0.0-rc.0 || >=6.0.0", "@angular/core": "^6.0.0-rc.0 || >=6.0.0" }, "main": "bundles/ngx-amap.umd.js", "module": "fesm5/ngx-amap.js", "es2015": "fesm2015/ngx-amap.js", "esm5": "esm5/ngx-amap.js", "esm2015": "esm2015/ngx-amap.js", "fesm5": "fesm5/ngx-amap.js", "fesm2015": "fesm2015/ngx-amap.js", "typings": "ngx-amap.d.ts", "metadata": "ngx-amap.metadata.json", "sideEffects": false, "dependencies": { "tslib": "^1.9.0" } }