UNPKG

geo-distance-js

Version:

A Node.js module which takes 2 Lat+Lng (Geolocation) points and returns the distance between the two points in Meters

39 lines (38 loc) 957 B
{ "name": "geo-distance-js", "version": "1.0.0", "description": "A Node.js module which takes 2 Lat+Lng (Geolocation) points and returns the distance between the two points in Meters", "main": "index.js", "scripts": { "test": "grunt test" }, "repository": { "type": "git", "url": "https://nwhite89@github.com/nwhite89/GeoDistance.git" }, "keywords": [ "Geolocation", "Geo", "Geo-location" ], "author": [ "Nick White <nickswhite89@gmail.com> (http://toxicd.co.uk)" ], "bugs": { "url": "https://github.com/nwhite89/GeoDistance/issues" }, "homepage": "https://github.com/nwhite89/GeoDistance", "license": "MIT", "devDependencies": { "expect.js": "~0.3.1", "grunt": "~0.4.5", "grunt-cli": "~0.1.13", "grunt-contrib-jshint": "~0.10.0", "grunt-jscs": "~0.6.2", "grunt-mocha-test": "~0.11.0", "load-grunt-tasks": "~0.6.0" }, "engines": { "node": "~0.10.0" } }