{
  "name": "compare-geojson",
  "version": "4.18.0",
  "description": "Compare a features new and old versions in GeoJSON",
  "main": "index.js",
  "scripts": {
    "test": "TAP_TIMEOUT=600 tap --coverage tests/*.js",
    "lint": "eslint ./*/*.js",
    "pretest": "npm run lint",
    "postinstall": "./scripts/download_landmarks.sh && python ./scripts/download_common_tag_values.py"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mapbox/compare-geojson.git"
  },
  "author": "Mapbox",
  "license": "ISC",
  "dependencies": {
    "csv": "^1.1.1",
    "d3-queue": "^3.0.3",
    "geopoint": "^1.0.1",
    "levenshtein": "^1.0.5",
    "lodash": "^4.17.3",
    "moment": "^2.17.1",
    "osm-landmarks": "^0.3.1",
    "queue-async": "^1.2.1",
    "request": "^2.72.0",
    "sax": "^1.2.1",
    "sqlite3": "^3.1.3",
    "turf-area": "^1.1.1",
    "turf-bbox-polygon": "^3.0.12",
    "turf-centroid": "^1.1.3",
    "turf-distance": "^1.1.0",
    "turf-envelope": "^1.0.2",
    "turf-featurecollection": "^1.0.1",
    "turf-inside": "^3.0.12",
    "turf-within": "^3.0.5"
  },
  "devDependencies": {
    "csv": "^1.1.1",
    "eslint": "^2.8.0",
    "eslint-config-mourner": "^2.0.1",
    "tap": "^5.7.1"
  }
}
