{
  "name": "esri-leaflet",
  "description": "Leaflet plugins for consuming ArcGIS Online and ArcGIS Server services.",
  "version": "3.0.8",
  "author": "Patrick Arlt <parlt@esri.com> (http://patrickarlt.com)",
  "bugs": {
    "url": "https://github.com/esri/esri-leaflet/issues"
  },
  "contributors": [
    "Patrick Arlt <parlt@esri.com> (http://patrickarlt.com)",
    "John Gravois <jgravois@esri.com> (https://johngravois.com)",
    "Gavin Rehkemper <grehkemper@esri.com> (https://gavinr.com)",
    "Jacob Wasilkowski <jwasilkowski@esri.com> (https://jwasilgeo.github.io)"
  ],
  "dependencies": {
    "@terraformer/arcgis": "^2.1.0",
    "tiny-binary-search": "^1.0.3"
  },
  "devDependencies": {
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.1.3",
    "chai": "4.3.6",
    "chokidar-cli": "^3.0.0",
    "gh-release": "^6.0.1",
    "highlight.js": "^11.4.0",
    "http-server": "^14.1.0",
    "husky": "^1.1.1",
    "karma": "^6.3.16",
    "karma-chai-sinon": "^0.1.5",
    "karma-chrome-launcher": "^3.1.0",
    "karma-coverage": "^2.2.0",
    "karma-mocha": "^2.0.1",
    "karma-mocha-reporter": "^2.2.5",
    "karma-sourcemap-loader": "^0.3.8",
    "leaflet": "^1.6.0",
    "mkdirp": "^1.0.4",
    "mocha": "^9.2.0",
    "npm-run-all": "^4.1.5",
    "rollup": "^2.67.2",
    "rollup-plugin-terser": "^7.0.2",
    "semistandard": "^14.2.3",
    "sinon": "^13.0.1",
    "sinon-chai": "3.7.0",
    "snazzy": "^9.0.0",
    "uglify-js": "^3.15.1"
  },
  "files": [
    "src/**/*.js",
    "dist/esri-leaflet.js",
    "dist/esri-leaflet.js.map",
    "dist/esri-leaflet-debug.js.map",
    "dist/siteData.json",
    "profiles/*.js"
  ],
  "homepage": "https://developers.arcgis.com/esri-leaflet/",
  "module": "src/EsriLeaflet.js",
  "jsnext:main": "src/EsriLeaflet.js",
  "jspm": {
    "registry": "npm",
    "format": "es6",
    "main": "src/EsriLeaflet.js"
  },
  "keywords": [
    "arcgis",
    "esri",
    "esri leaflet",
    "gis",
    "leaflet plugin",
    "mapping"
  ],
  "license": "Apache-2.0",
  "main": "dist/esri-leaflet-debug.js",
  "peerDependencies": {
    "leaflet": "^1.0.0"
  },
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git@github.com:Esri/esri-leaflet.git"
  },
  "scripts": {
    "build": "rollup -c profiles/debug.js & rollup -c profiles/production.js",
    "lint": "semistandard | snazzy",
    "prebuild": "mkdirp dist",
    "pretest": "npm run build",
    "precommit": "npm run lint",
    "fix": "semistandard --fix",
    "release": "./scripts/release.sh",
    "start-watch": "chokidar src -c \"npm run build\"",
    "start": "run-p start-watch serve",
    "serve": "http-server -p 5000 -c-1 -o",
    "test": "npm run lint && karma start",
    "test:ci": "npm run lint && karma start --browsers Chrome_travis_ci"
  },
  "semistandard": {
    "globals": [
      "expect",
      "L",
      "XMLHttpRequest",
      "sinon",
      "xhr",
      "proj4"
    ]
  },
  "unpkg": "dist/esri-leaflet-debug.js"
}