{
  "name": "vue-mapbox-plus",
  "version": "0.4.9",
  "author": {
    "name": "DivXPro",
    "email": "wishgood@gmail.com",
    "url": "https://github.com/DivXPro"
  },
  "homepage": "https://DivXPro.github.io/vue-mapbox",
  "repository": {
    "type": "git",
    "url": "https://github.com/DivXPro/vue-mapbox.git"
  },
  "private": false,
  "main": "dist/vue-mapbox.umd.js",
  "module": "src/main.js",
  "scripts": {
    "build": "vue-cli-service build --target lib --name vue-mapbox src/main.js",
    "serve": "vue-cli-service build --target lib --name vue-mapbox src/main.js --watch",
    "lint": "vue-cli-service lint",
    "docs:serve": "vuepress dev docs_source",
    "docs:build": "vuepress build docs_source"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.{js,json,css,md}": [
      "prettier --write",
      "git add"
    ]
  },
  "dependencies": {
    "deck.gl": "^7.2.3",
    "map-promisified": "latest"
  },
  "peerDependencies": {
    "mapbox-gl": "^0.53.0",
    "vue": "^2.6.6"
  },
  "devDependencies": {
    "@vue/cli-plugin-babel": "^3.2.0",
    "@vue/cli-plugin-eslint": "^3.2.1",
    "@vue/cli-service": "^3.2.0",
    "@vue/eslint-config-prettier": "^4.0.1",
    "babel-eslint": "^10.0.1",
    "eslint": "^5.10.0",
    "eslint-loader": "2.1.1",
    "husky": "^1.2.0",
    "lint-staged": "^8.1.0",
    "vue": "^2.6.6",
    "vue-template-compiler": "^2.6.6",
    "vuepress": "^1.0.0-alpha.37"
  }
}
