-
Notifications
You must be signed in to change notification settings - Fork 148
/
package.json
37 lines (37 loc) · 903 Bytes
/
package.json
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
34
35
36
37
{
"name": "arcgis-echarts3",
"version": "0.1.0",
"description": "A plugin for ArcGIS JS API to load echarts3 map and Make big data visualization easier.",
"main": "gulpfile.js",
"directories": {
"example": "examples"
},
"dependencies": {
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wandergis/arcgis-echarts3.git"
},
"keywords": [
"arcgis",
"echarts",
"echarts3",
"visualization",
"map"
],
"author": "wandergis",
"license": "MIT",
"bugs": {
"url": "https://github.com/wandergis/arcgis-echarts3/issues"
},
"homepage": "https://github.com/wandergis/arcgis-echarts3#readme"
}