{
  "name": "@mapbox/mapbox-gl-geocoder",
  "version": "4.7.4",
  "description": "A geocoder control for Mapbox GL JS",
  "main": "lib/index.js",
  "unpkg": "dist/mapbox-gl-geocoder.min.js",
  "style": "lib/mapbox-gl-geocoder.css",
  "scripts": {
    "start": "budo debug/index.js --dir debug --live -- -t brfs ",
    "prepublish": "NODE_ENV=production && mkdir -p dist && browserify --standalone MapboxGeocoder lib/index.js | uglifyjs -c -m > dist/mapbox-gl-geocoder.min.js && cp lib/mapbox-gl-geocoder.css dist/",
    "test": "browserify -t envify test/index.js test/events.test.js | smokestack -b firefox | tap-status | tap-color",
    "docs": "documentation build lib/index.js --format=md > API.md",
    "pretest": "npm run lint",
    "lint": "eslint lib test",
    "precommit": "lint-staged"
  },
  "files": [
    "lib",
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/mapbox/mapbox-gl-geocoder.git"
  },
  "engines": {
    "node": ">=6"
  },
  "keywords": [
    "geocoder",
    "osm",
    "gl"
  ],
  "author": "Mapbox",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mapbox/mapbox-gl-geocoder/issues"
  },
  "homepage": "https://github.com/mapbox/mapbox-gl-geocoder#readme",
  "devDependencies": {
    "brfs": "^2.0.2",
    "browserify": "^16.2.3",
    "budo": "^11.6.1",
    "documentation": "^9.3.0",
    "envify": "^3.4.1",
    "eslint": "^4.18.2",
    "husky": "^1.3.1",
    "insert-css": "2.0.0",
    "lint-staged": "^8.1.5",
    "lodash.once": "^4.0.0",
    "mapbox-gl": "^0.47.0",
    "sinon": "^7.2.7",
    "smokestack": "^3.3.1",
    "tap-color": "^1.1.0",
    "tap-status": "^1.0.1",
    "tape": "^4.10.1",
    "uglify-js": "^2.6.4"
  },
  "peerDependencies": {
    "mapbox-gl": ">= 0.47.0 < 3.0.0"
  },
  "dependencies": {
    "@mapbox/mapbox-sdk": "^0.13.2",
    "lodash.debounce": "^4.0.6",
    "nanoid": "^2.0.1",
    "subtag": "^0.5.0",
    "suggestions": "^1.6.0",
    "xtend": "^4.0.1"
  },
  "lint-staged": {
    "*.js": [
      "eslint",
      "git add"
    ]
  }
}
