{
  "name": "geojson-elevation",
  "version": "1.1.2",
  "description": "Add elevation data to GeoJSON objects",
  "homepage": "https://github.com/perliedman/geojson-elevation",
  "repository": "git@github.com:perliedman/geojson-elevation.git",
  "main": "index.js",
  "scripts": {
    "test": "tape ./test/*spec.js | tap-spec"
  },
  "keywords": [
    "elevation",
    "geojson",
    "srtm"
  ],
  "author": "Per Liedman <per@liedman.net>",
  "license": "ISC",
  "dependencies": {
    "node-hgt": "^1.2.2",
    "@turf/meta": "^6.0.2"
  },
  "devDependencies": {
    "tap-spec": "^5.0.0",
    "tape": "^4.2.2"
  }
}
