{
  "name": "gis-utils",
  "version": "1.1.0",
  "description": "Some GIS utility functions I have used in multiple projects.",
  "main": "dist/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "babel src --presets babel-preset-es2015 --out-dir dist",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:madebydavid/gis-utils.git"
  },
  "keywords": [
    "gis",
    "deg2rad",
    "rad2deg",
    "haversineKm",
    "calculateRadiusFromMapBounds",
    "getNESWBoundsFromRadiusAndCenter",
    "getNWSEBoundsFromRadiusAndCenter",
    "computeDestinationPoint",
    "isLatAndLngInRectBoundary"
  ],
  "author": "madebydavid",
  "license": "WTFPL",
  "bugs": {
    "url": "https://github.com/madebydavid/gis-utils/issues"
  },
  "homepage": "https://github.com/madebydavid/gis-utils#readme"
}
