{
  "name": "leaflet-easyprint-bbox",
  "version": "0.2.21",
  "description": "A leaflet plugin which adds an icon to print the map",
  "main": "dist/bundle.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/christopherkutzmann/leaflet-easyPrint.git"
  },
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "prepublish": "npm run build",
    "publish": "npm publish --access public"
  },
  "keywords": [
    "leaflet"
  ],
  "author": "Christopher Kutzmann <kutzmann@europe.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/christopherkutzmann/leaflet-easyPrint/issues"
  },
  "homepage": "https://github.com/christopherkutzmann/leaflet-easyPrint#readme",
  "dependencies": {
    "dom-to-image-more": "^2.8.0",
    "file-saver": "^1.3.3"
  },
  "devDependencies": {
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-preset-latest": "^6.24.1",
    "eslint": "^4.0.0",
    "eslint-config-mourner": "^2.0.1",
    "rollup": "^0.41.6",
    "rollup-plugin-babel": "^2.7.1",
    "rollup-plugin-commonjs": "^8.0.2",
    "rollup-plugin-node-resolve": "^3.0.0",
    "rollup-plugin-uglify": "^1.0.2",
    "rollup-watch": "^3.2.2"
  }
}
