geographic-math
Version:
A set of useful geo functions
25 lines (24 loc) • 439 B
JSON
{
"name": "geographic-math",
"version": "1.0.1",
"description": "A set of useful geo functions",
"keywords": [
"geo",
"math",
"distance",
"inclusion"
],
"repository": {
"type": "git",
"url": "git://github.com/alexander-elgin/geo-math.git"
},
"main": "src/index.js",
"engines": {
"npm": ">=3",
"node": ">=5"
},
"author": "Alexander Elgin",
"license": "MIT",
"dependencies": {
}
}