forked from echarts-maps/echarts-china-cities-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 806 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
{
"name": "echarts-china-cities-js",
"version": "0.1.1",
"description": "Packages all js based geojson of all Chinese cities for echarts",
"main": "dist/index.js",
"scripts": {
"test": "nosetests"
},
"keywords": [
"geojson"
],
"repository": {
"type": "git",
"url": "https://github.com/chfw/echarts-china-cities-js.git"
},
"author": "C. W. <[email protected]> (https://github.com/chfw)",
"license": "MIT",
"devDependencies": {
"echarts": "^4.0.2",
"echarts-mapmaker": "^1.0.12",
"gulp": "^3.8.0",
"mapshaper": "^0.4.113",
"minifier": "^0.8.1",
"require-dir": "^1.2.0"
},
"dependencies": {
"gulp-minify": "^3.1.0",
"gulp-rename": "^1.4.0"
}
}