{
  "name": "mapboxgl-measure-tool",
  "version": "1.0.6",
  "description": "基于mapboxgl测量控件",
  "main": "./dist/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "webpack --config webpack.config.js --mode=development -w",
    "build": "webpack --config webpack.config.js --mode=production",
    "lint": "eslint ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JerckyLY/mapboxgl-measure-tools.git"
  },
  "keywords": [
    "mapboxgl",
    "measure",
    "control"
  ],
  "author": "JerckyLY",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/JerckyLY/mapboxgl-measure-tools/issues"
  },
  "homepage": "https://github.com/JerckyLY/mapboxgl-measure-tools#readme",
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-loader": "^7.1.5",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-es2015": "^6.24.1",
    "eslint-friendly-formatter": "^4.0.1",
    "eslint-loader": "^3.0.3",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "webpack": "^4.41.5",
    "webpack-cli": "^3.3.10"
  },
  "dependencies": {
    "@mapbox/mapbox-gl-draw": "^1.1.2",
    "mapbox-gl": "^1.6.1",
    "turf": "^3.0.14"
  }
}
