{
  "name": "mapbox-gl-arcgis-tiled-map-service",
  "version": "0.5.0",
  "description": "ArcGIS Tile Map Service custom source plugin for Mapbox GL",
  "main": "dist/mapbox-gl-arcgis-tiled-map-service.js",
  "author": "Kristofor Carle <kris@maphubs.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/maphubs/mapbox-gl-arcgis-tiled-map-service"
  },
  "homepage": "https://github.com/maphubs/mapbox-gl-arcgis-tiled-map-service",
  "bugs": "https://github.com/maphubs/mapbox-gl-arcgis-tiled-map-service/issues",
  "license": "MIT",
  "scripts": {
    "build-dev": "rollup -c --environment BUILD:dev",
    "build-prod": "rollup -c --environment BUILD:production",
    "build-prod-min": "rollup -c --environment BUILD:production,MINIFY:true"
  },
  "dependencies": {
    "@mapbox/sphericalmercator": "^1.0.5"
  },
  "peerDependencies": {
    "mapbox-gl": ">=1.4.0"
  },
  "devDependencies": {
    "@babel/core": "^7.2.2",
    "@babel/plugin-proposal-class-properties": "^7.2.1",
    "@babel/plugin-transform-flow-strip-types": "^7.2.0",
    "@babel/preset-env": "^7.2.0",
    "@babel/preset-flow": "^7.0.0",
    "@mapbox/flow-remove-types": "^1.3.0-await.upstream.1",
    "babel-eslint": "^10.0.1",
    "eslint": "^5.10.0",
    "eslint-config-mourner": "^3.0.0",
    "eslint-plugin-flowtype": "^3.2.0",
    "eslint-plugin-import": "^2.14.0",
    "flow-bin": "^0.89.0",
    "mapbox-gl": "^1.4.0",
    "rollup": "^0.68.1",
    "rollup-plugin-buble": "^0.19.6",
    "rollup-plugin-commonjs": "^9.2.0",
    "rollup-plugin-json": "^3.1.0",
    "rollup-plugin-node-resolve": "^4.0.0",
    "rollup-plugin-replace": "^2.1.0",
    "rollup-plugin-sourcemaps": "^0.4.2",
    "rollup-plugin-terser": "^3.0.0",
    "rollup-plugin-unassert": "^0.2.0"
  },
  "keywords": [
    "MapboxGL",
    "mapbox-gl",
    "ArcGIS"
  ]
}
