{
  "name": "react-leaflet-fullscreen-plugin",
  "version": "1.0.1",
  "description": "Plugin For react-leaflet for Fullscreen Control",
  "main": "Fullscreen.js",
  "scripts": {
    "start": "babel FullscreenComponent.js > Fullscreen.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/elangobharathi/react-leaflet-fullscreen-plugin.git"
  },
  "author": "Elango Bharathi Dhandapani",
  "license": "MIT",
  "keywords": [
    "react",
    "react-leaflet",
    "react-leaflet-v3",
    "fullscreen",
    "leaflet.fullscreen",
    "react-leaflet-fullscreen",
    "react-leaflet-fullscreen-plugin"
  ],
  "peerDependencies": {
    "leaflet": "^1.3.3",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-leaflet": "^3.1.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.13.16",
    "@babel/core": "^7.14.2",
    "@babel/preset-env": "^7.14.2",
    "@babel/preset-react": "^7.13.13",
    "leaflet": "^1.3.3",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-leaflet": "^3.1.0"
  },
  "dependencies": {
    "@react-leaflet/core": "^1.0.2",
    "leaflet.fullscreen": "^2.0.0",
    "screenfull": "^5.1.0"
  },
  "bugs": {
    "url": "https://github.com/elangobharathi/react-leaflet-fullscreen-plugin/issues"
  },
  "homepage": "https://github.com/elangobharathi/react-leaflet-fullscreen-plugin#readme"
}
