forked from wandergis/leaflet-echarts3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 835 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
{
"name": "leaflet-echarts3",
"version": "0.1.0",
"description": "A plugin for Leaflet to load Echarts3 map for BigData Visualization.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wandergis/leaflet-echarts3.git"
},
"keywords": [
"echarts",
"echarts3",
"visualization",
"leaflet",
"map"
],
"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",
"leaflet": "^0.7.7"
},
"author": "wandergis",
"license": "MIT",
"bugs": {
"url": "https://github.com/wandergis/leaflet-echarts3/issues"
},
"homepage": "https://github.com/wandergis/leaflet-echarts3#readme"
}