{
  "name": "tsgeo",
  "description": "TsGeo provides abstractions to geographical coordinates (including support for different ellipsoids) and allows you to calculate geographical distances between coordinates with high precision.",
  "version": "1.2.2",
  "scripts": {
    "build": "cd ../ && tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/clemdesign/typescript-tsgeo.git"
  },
  "keywords": ["typescript","geoloacation", "geographical","coordinates","GeoJSON","GPS","distance","vincenty","haversine"],
  "author": "clemdesign",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/clemdesign/typescript-tsgeo/issues"
  },
  "homepage": "https://github.com/clemdesign/typescript-tsgeo",
  "devDependencies": {
    "typescript": "^2.5.3"
  }
}