You can not 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
764 B
42 lines
764 B
{
|
|
"name": "mars3d",
|
|
"version": "3.9.7",
|
|
"description": "Mars3D三维可视化平台",
|
|
"main": "./mars3d.js",
|
|
"types": "./mars3d.d.ts",
|
|
"peerDependencies": {
|
|
"@turf/turf": "^7.2.0",
|
|
"mars3d-cesium": "^1.119.0"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {},
|
|
"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"
|
|
],
|
|
"author": "火星科技",
|
|
"license": "Apache-2.0",
|
|
"homepage": "http://mars3d.cn",
|
|
"build": {
|
|
"plugin": false,
|
|
"globals": {
|
|
"@turf/turf": "turf",
|
|
"mars3d-cesium": "Cesium"
|
|
},
|
|
"minify": "obfuscator"
|
|
}
|
|
}
|