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.

package.json 684B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "@dvgis/dc-mapv",
  3. "version": "2.3.2",
  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-sdk.git",
  6. "homepage": "https://www.dvgis.cn",
  7. "keywords": [
  8. "3D",
  9. "webGL",
  10. "map",
  11. "globe",
  12. "cesium",
  13. "heatmap",
  14. "turf",
  15. "mapv"
  16. ],
  17. "author": "Caven Chen <cavencj@gmail.com>",
  18. "license": "Apache 2.0",
  19. "main": "dist/dc.mapv.js",
  20. "peerDependencies": {
  21. "@dvgis/dc-base": "^2.3.2"
  22. },
  23. "files": [
  24. "dist"
  25. ]
  26. }