{
  "name": "@vpulim/leaflet-rotate",
  "version": "0.1.4",
  "description": "A Leaflet plugin that allows to add rotation functionality to map tiles",
  "main": "dist/leaflet-rotate.js",
  "module": "src/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rollup -c build/rollup.config.js",
    "watch": "rollup -c build/rollup.config.js --watch",
    "version": "npm run build && git add -A dist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Raruto/leaflet-rotate.git"
  },
  "keywords": [
    "leaflet",
    "javascript",
    "tiles",
    "rotation",
    "leaflet-rotate"
  ],
  "author": "Iván Sánchez Ortega (https://github.com/Leaflet/Leaflet/tree/rotate)",
  "contributors": [
    "Raruto (https://github.com/Raruto/leaflet-rotate)",
    "Fabien Nicollet (https://github.com/fnicollet/Leaflet/tree/rotate-master)",
    "Zsolt “Hyperknot” Ero (https://github.com/hyperknot)"
  ],
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/Raruto/leaflet-rotate/issues"
  },
  "homepage": "https://github.com/Raruto/leaflet-rotate#readme",
  "devDependencies": {
    "rollup": "^1.31.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-terser": "^7.0.2"
  },
  "peerDependencies": {
    "leaflet": "^1.7.0"
  },
  "directories": {
    "example": "examples",
    "lib": "lib",
    "test": "test"
  }
}
