You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
772 B
JSON
42 lines
772 B
JSON
{
|
|
"name": "mars3d-heatmap",
|
|
"version": "3.10.6",
|
|
"description": "Mars3D平台插件,结合heatmap可视化功能插件",
|
|
"main": "./mars3d-heatmap.js",
|
|
"peerDependencies": {},
|
|
"devDependencies": {
|
|
"mars3d": "~3.10.6"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint ./src/**/*.{js,ts} --fix"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "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": "火星科技",
|
|
"license": "Apache-2.0",
|
|
"homepage": "http://mars3d.cn",
|
|
"build": {
|
|
"plugin": true,
|
|
"globals": {
|
|
"mars3d": "mars3d"
|
|
},
|
|
"minify": "obfuscator"
|
|
}
|
|
}
|