Browse Source

修改

tags/1.0.0
Caven Chen 5 years ago
parent
commit
3974a4c7c1
1 changed files with 10 additions and 1 deletions
  1. 10
    1
      package.json

+ 10
- 1
package.json View File

@@ -1,10 +1,19 @@
{
"name": "@dvgis/dc-sdk",
"version": "1.4.2",
"description": " The SDK is a secondary development based on the open source project Cesium, which optimizes some operations of Cesium and enables developers to quickly develop 3D applications through the framework.",
"main": "index.js",
"repository": "https://github.com/Digital-Visual/dc-sdk.git",
"homepage": "http://dc.dvgis.cn",
"author": "Caven Chen",
"keywords": [
"3D",
"webgl",
"map",
"globe",
"cesium",
"heatmap"
],
"author": "Caven Chen <cavencj@gmail.com>",
"license": "Apache 2.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",

Loading…
Cancel
Save