{
  "name": "spherical",
  "version": "0.2.0",
  "description": "spherical operations on the globe",
  "main": "index.js",
  "scripts": {
    "test": "node test/spherical.test.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mapbox/spherical.git"
  },
  "keywords": [
    "spherical",
    "geodesy",
    "operations"
  ],
  "author": "Tom MacWright",
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/mapbox/spherical/issues"
  },
  "homepage": "https://github.com/mapbox/spherical",
  "devDependencies": {
    "tap": "~0.4.6"
  },
  "dependencies": {
    "wgs84": "0.0.0"
  }
}
