{
	"name": "s-haversine",
	"version": "2.0.0",
	"description": "Get distance between any two latitute/longitude coordinates",
	"main": "index.js",
	"scripts": {
		"build": "tsc --declaration index.ts",
		"coverage": "npm run build && nyc --reporter=lcov --reporter=text ava --serial",
		"test": "npm run build && ava --serial"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/sebastiansandqvist/s-haversine.git"
	},
	"keywords": [
		"latitude",
		"longitude",
		"geolocation",
		"coordinates",
		"distance",
		"haversine",
		"great circle"
	],
	"author": "sebastian sandqvist",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/sebastiansandqvist/s-haversine/issues"
	},
	"homepage": "https://github.com/sebastiansandqvist/s-haversine",
	"devDependencies": {
		"ava": "0.24.0",
		"nyc": "11.4.1",
		"typescript": "3.8.3"
	}
}
