mars2d-mapv
Version:
Mars2D平台插件,结合mapv可视化功能插件
44 lines (43 loc) • 811 B
JSON
{
"name": "mars2d-mapv",
"version": "3.3.3",
"description": "Mars2D平台插件,结合mapv可视化功能插件",
"main": "./mars2d-mapv.js",
"dependencies": {
"mapv": "^2.0.62"
},
"devDependencies": {
"mars2d": "~3.3.3"
},
"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": "火星科技",
"license": "Apache-2.0",
"homepage": "http://mars2d.cn",
"build": {
"plugin": true,
"globals": {
"leaflet": "L",
"mars2d": "mars2d",
"mapv": "mapv"
},
"minify": "obfuscator"
}
}