gps-distance
Version:
Node module for computing distances between GPS coordinates
30 lines (29 loc) • 632 B
JSON
{
"name": "gps-distance",
"version": "0.0.4",
"description": "Node module for computing distances between GPS coordinates",
"private": false,
"engines": {
"node": ">= 0.10.x",
"npm": ">= 1.2.x"
},
"main": "lib/distance",
"repository": {
"type": "git",
"url": "git://github.com/Maciek416/gps-distance.git"
},
"devDependencies": {
"mocha": ">= 1.9.0",
"should": ">= 1.2.2",
"gpx-stream": "0.0.1"
},
"dependencies": {},
"keywords": [
"gps",
"coordinates",
"distance",
"haversine"
],
"author": "Maciej Adwent (http://github.com/Maciek416)",
"license": "BSD"
}