kevinulrich/greatCircle

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@kevinulrich/greatcircle",
  "version": "2.0.0",
  "description": "A JavaScript toolbox for working with geographical entities",
  "main": "greatCircle.js",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "test": "node node_modules/mocha/bin/mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kevinulrich/greatCircle.git"
  },
  "keywords": [
    "great",
    "circle",
    "geography",
    "world",
    "calculation",
    "distance"
  ],
  "author": "Kevin Ulrich",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kevinulrich/greatCircle/issues"
  },
  "homepage": "https://github.com/kevinulrich/greatCircle#readme",
  "devDependencies": {
    "mocha": "^5.2.0"
  }
}