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.

4 年之前
123456789101112131415161718192021222324
  1. {
  2. "name": "@dvgis/dc-core",
  3. "version": "2.0.0",
  4. "description": "The SDK is based on Cesium for secondary development of 2, 3D all-in-one WebGis application framework, the framework optimizes the use of Cesium and add some additional features, designed for developers to quickly build WebGis applications.",
  5. "repository": "https://github.com/dvgis/dc-next.git",
  6. "homepage": "https://www.dvgis.cn",
  7. "keywords": [
  8. "3D",
  9. "webgl",
  10. "map",
  11. "globe",
  12. "cesium",
  13. "heatmap"
  14. ],
  15. "author": "Caven Chen <cavencj@gmail.com>",
  16. "license": "Apache 2.0",
  17. "main": "index.js",
  18. "peerDependencies": {
  19. "@dvgis/dc-base": "^2.0.0"
  20. },
  21. "files": [
  22. "dist"
  23. ]
  24. }