{
	"name": "mars3d-heatmap",
	"version": "3.11.2",
	"description": "Mars3D平台插件,结合heatmap可视化功能插件",
	"main": "./mars3d-heatmap.js",
	"peerDependencies": {},
	"devDependencies": {
		"mars3d": "~3.11.2"
	},
	"scripts": {
		"lint": "eslint ./src/**/*.{js,ts} --fix"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/marsgis/mars3d.git"
	},
	"bugs": {
		"url": "https://github.com/marsgis/mars3d/issues",
		"email": "wh@marsgis.cn"
	},
	"keywords": [
		"marsgis",
		"mars3d",
		"cesium",
		"webgl",
		"gis",
		"3dgis",
		"webgis",
		"heatmap"
	],
	"author": "mars3d团队",
	"license": "Apache-2.0",
	"homepage": "http://mars3d.cn",
	"build": {
		"plugin": true,
		"globals": {
			"mars3d": "mars3d"
		},
		"minify": "obfuscator"
	}
}
