haversine
Version:
A simple haversine module
25 lines (24 loc) • 447 B
JSON
{
"name": "haversine",
"version": "0.0.2",
"description": "A simple haversine module",
"main": "haversine.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "./test/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/niix/haversine"
},
"keywords": [
"haversine",
"distance",
"coordinates",
"geolocation"
],
"author": "Nick Justice (niix)",
"license": "MIT"
}