{
  "name": "great-circle",
  "version": "0.2.8",
  "description": "A library to calculate great circle distance, bearing, and destination between geographic coordinates.",
  "main": "GreatCircle.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mwgg/GreatCircle.git"
  },
  "keywords": [
    "great",
    "circle",
    "geographic",
    "distance",
    "bearing"
  ],
  "author": "mwgg <m@mw.gg>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mwgg/GreatCircle/issues"
  },
  "homepage": "https://github.com/mwgg/GreatCircle"
}
