42 lines
764 B
JSON
42 lines
764 B
JSON
{
|
|
"name": "mars3d",
|
|
"version": "3.9.4",
|
|
"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"
|
|
}
|
|
}
|