zhitong.yu
8 天以前 378d781e6f35f89652aa36e079a8b7fc44cea77e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
    "name": "mars3d",
    "version": "3.8.15",
    "description": "Mars3D三维可视化平台",
    "main": "mars3d.js",
    "types": "./mars3d.d.ts",
    "peerDependencies": {
        "@turf/turf": "^7.1.0",
        "mars3d-cesium": "^1.121.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"
    }
}