{
	"name": "mars2d-mapv",
	"version": "3.4.1",
	"description": "Mars2D平台插件,结合mapv可视化功能插件",
	"main": "./mars2d-mapv.js",
	"dependencies": {
		"mapv": "^2.0.62"
	},
	"devDependencies": {
		"mars2d": "~3.4.1"
	},
	"scripts": {
		"lint": "eslint ./src/**/*.{js,ts} --fix"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/marsgis/mars2d-plugin.git"
	},
	"bugs": {
		"url": "https://github.com/marsgis/mars2d-plugin/issues",
		"email": "wh@marsgis.cn"
	},
	"keywords": [
		"marsgis",
		"mars2d",
		"leaflet",
		"gis",
		"webgis",
		"mapv"
	],
	"author": "mars2d",
	"license": "Apache-2.0",
	"homepage": "http://mars2d.cn",
	"build": {
		"plugin": true,
		"globals": {
			"leaflet": "L",
			"mars2d": "mars2d",
			"mapv": "mapv"
		},
		"minify": "obfuscator"
	}
}
