{
  "name": "mapbox-gl-circle",
  "version": "1.6.7",
  "author": "Smith Micro Software, Inc.",
  "license": "ISC",
  "description": "A google.maps.Circle replacement for Mapbox GL JS API",
  "homepage": "https://github.com/smithmicro/mapbox-gl-circle#readme",
  "bugs": {
    "url": "https://github.com/smithmicro/mapbox-gl-circle/issues"
  },
  "main": "lib/main.js",
  "scripts": {
    "start": "budo example/index.js --live --force-default-index --title budo/mapbox-gl-circle --verbose -- -t brfs",
    "watchify": "mkdir -p dist && watchify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug -v",
    "browserify": "mkdir -p dist && browserify lib/main.js -o dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.js --debug --delay=0 -v",
    "prepare": "mkdir -p dist && browserify --standalone MapboxCircle -t [ babelify --presets [ es2015 ] ] lib/main.js | uglifyjs -c -m > dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js && cp -f dist/mapbox-gl-circle-${BUILD_VERSION:-dev}.min.js dist/mapbox-gl-circle.min.js",
    "docs": "documentation lint lib/main.js && documentation readme lib/main.js --access public --section=Usage",
    "lint": "eslint lib"
  },
  "browserify": {
    "transform": [
      "babelify"
    ]
  },
  "files": [
    "lib/",
    "example/",
    "dist/"
  ],
  "directories": {
    "example": "example",
    "lib": "lib"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/smithmicro/mapbox-gl-circle.git"
  },
  "keywords": [
    "mapbox",
    "circle",
    "osm",
    "gl"
  ],
  "engines": {
    "node": ">=7.6.0",
    "npm": ">=5.3.0"
  },
  "devDependencies": {
    "async-each": "^1.0.1",
    "babel-preset-es2015": "^6.24.1",
    "babelify": "^7.3.0",
    "brfs": "^1.4.4",
    "browserify": "^14.5.0",
    "buble": "^0.15.2",
    "budo": "^10.0.4",
    "documentation": "^5.1.0",
    "eslint": "^4.18.1",
    "eslint-config-google": "^0.9.1",
    "esutils": "^2.0.2",
    "magic-string": "^0.22.4",
    "uglify-js": "^3.3.12",
    "vlq": "^0.2.3",
    "watchify": "^3.10.0"
  },
  "dependencies": {
    "@turf/bbox": "^4.7.3",
    "@turf/bbox-polygon": "^4.7.3",
    "@turf/bearing": "^4.5.2",
    "@turf/circle": "^4.7.3",
    "@turf/destination": "^4.7.3",
    "@turf/distance": "^4.7.3",
    "@turf/helpers": "^4.7.3",
    "@turf/truncate": "^4.7.3",
    "events": "^1.1.1",
    "lodash": "^4.17.5",
    "lodash.debounce": "^4.0.8",
    "mapbox-gl": "^0.44.1"
  }
}
