forked from MapGIS/WebClient-JavaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 726 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 726 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
31
32
33
{
"name": "webclient-javascript",
"version": "1.0.0",
"description": "中地数码的前端显示引擎的展示网页",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"body-parser": "^1.18.2",
"express": "^4.16.2",
"multer": "^1.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MapGIS/WebClient-JavaScript"
},
"keywords": [
"leaflet",
"mapboxgl",
"cesium",
"openlayers/ol",
"echarts",
"d3",
"mapv"
],
"author": "中地数码",
"license": "ISC",
"bugs": {
"url": "https://github.com/MapGIS/WebClient-JavaScript/issues"
},
"homepage": "http://client.snanyun.com:8899/ui/index.html"
}