{
  "name": "vue2-leaflet-imageoverlay-rotated",
  "version": "1.0.3",
  "description": "ImageOverlay plugin extension for vue2-leaflet package",
  "main": "dist/Vue2LeafletImageOverlayRotated.common.js",
  "scripts": {
    "build": "vue-cli-service build --target lib --name Vue2LeafletImageOverlayRotated './src/Vue2LeafletImageOverlayRotated.vue'",
    "example": "vue build example.vue"
  },
  "files": [
    "dist/*",
    "src/*",
    "*.json",
    "*.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/sangdth/vue2-leaflet-imageoverlay-rotated.git"
  },
  "keywords": [
    "vue2",
    "leaflet",
    "imageoverlay",
    "rotate"
  ],
  "author": "Sang Dang",
  "contributors": [],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sangdth/vue2-leaflet-imageoverlay-rotated/issues"
  },
  "homepage": "https://github.com/sangdth/vue2-leaflet-imageoverlay-rotated",
  "dependencies": {
    "leaflet": "^1.3.1",
    "vue2-leaflet": "^1.0.2"
  },
  "devDependencies": {
    "@vue/cli-plugin-babel": "^3.0.0-rc.3",
    "@vue/cli-plugin-eslint": "^3.0.0-rc.3",
    "@vue/cli-service": "^3.0.0-rc.3",
    "@vue/eslint-config-airbnb": "^3.0.0-rc.3",
    "vue-template-compiler": "^2.5.16"
  }
}
