{
  "name": "echarts-amap",
  "version": "1.4.15-rc.1",
  "description": "an echarts extension to support AMap(http://lbs.amap.com/)",
  "main": "index.js",
  "scripts": {
    "dev": "webpack-dev-server --open --hot",
    "build": "webpack -p",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/billy-poon/echarts-amap.git"
  },
  "keywords": [
    "echarts",
    "amap",
    "alimap",
    "autonavi"
  ],
  "author": "Billy Poon",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/billy-poon/echarts-amap/issues"
  },
  "homepage": "https://github.com/billy-poon/echarts-amap#readme",
  "devDependencies": {
    "webpack": "^4.35.0",
    "webpack-cli": "^3.3.5",
    "webpack-dev-server": "^3.7.2"
  }
}
