forked from SuperMap/iClient-JavaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 731 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 731 Bytes
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
{
"name": "@supermapgis/iclient-ol",
"description": "",
"version": "12.0.1-dev",
"keywords": [
"SuperMap",
"OpenLayers"
],
"main": "namespace.js",
"homepage": "https://iclient.supermap.io",
"repository": {
"type": "git",
"url": "https://github.com/SuperMap/iClient-JavaScript.git"
},
"author": "SuperMap",
"license": "Apache-2.0",
"dependencies": {
"@supermapgis/iclient-common": "12.0.1-dev",
"@supermapgis/tile-decryptor": "^1.0.0",
"@turf/turf": "7.2.0",
"mapv": "2.0.62",
"ol": "10.5.0",
"canvg": "^4.0.3",
"lodash.clonedeep": "^4.5.0",
"lodash.remove": "^4.7.0",
"lodash.difference": "^4.5.0",
"flatgeobuf": "3.31.1",
"proj4": "2.17.0"
}
}