echarts-bmap
Version:
BMap extension for echarts
29 lines • 672 B
JSON
{
"name": "echarts-bmap",
"version": "1.0.3",
"description": "BMap extension for echarts",
"main": "./src/bmap.js",
"scripts": {
"build": "webpack && webpack -p",
"dev": "webpack -w --devtool eval-cheap-module-source-map"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ecomfe/echarts-bmap.git"
},
"keywords": [
"bmap",
"gis",
"echarts",
"visualization"
],
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/ecomfe/echarts-bmap/issues"
},
"homepage": "https://github.com/ecomfe/echarts-bmap#readme",
"devDependencies": {
"echarts": "^4.1.0",
"webpack": "^3.10.0"
}
}