园林绿化
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.

41 lines
769 B

  1. {
  2. "name": "mars3d",
  3. "version": "3.11.2",
  4. "description": "Mars3D三维可视化平台",
  5. "main": "./mars3d.js",
  6. "types": "./mars3d.d.ts",
  7. "peerDependencies": {
  8. "@turf/turf": "^7.2.0",
  9. "mars3d-cesium": "^1.131.0"
  10. },
  11. "devDependencies": {},
  12. "scripts": {},
  13. "repository": {
  14. "type": "git",
  15. "url": "git+https://github.com/marsgis/mars3d.git"
  16. },
  17. "bugs": {
  18. "url": "https://github.com/marsgis/mars3d/issues",
  19. "email": "wh@marsgis.cn"
  20. },
  21. "keywords": [
  22. "marsgis",
  23. "mars3d",
  24. "cesium",
  25. "webgl",
  26. "gis",
  27. "3dgis",
  28. "webgis"
  29. ],
  30. "author": "mars3d团队",
  31. "license": "Apache-2.0",
  32. "homepage": "http://mars3d.cn",
  33. "build": {
  34. "plugin": false,
  35. "globals": {
  36. "@turf/turf": "turf",
  37. "mars3d-cesium": "Cesium"
  38. },
  39. "minify": "obfuscator"
  40. }
  41. }