haversine-distance-calculator
Version:
A JavaScript SDK to calculate the distance between two points on the earth using Haversine Formula.
25 lines (24 loc) • 704 B
JSON
{
"name": "haversine-distance-calculator",
"version": "1.0.0",
"description": "A JavaScript SDK to calculate the distance between two points on the earth using Haversine Formula.",
"main": "haversineDistance.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nagarjune/Haversine-Distance.git"
},
"keywords": [
"Haversine-Distance-Calculator",
"Haversine",
"Distance"
],
"author": "Nagarjun E",
"license": "ISC",
"bugs": {
"url": "https://github.com/nagarjune/Haversine-Distance/issues"
},
"homepage": "https://github.com/nagarjune/Haversine-Distance#readme"
}