spatials
Version:
A bunch of utilities for geocoding and spatial calculation
43 lines (42 loc) • 713 B
JSON
{
"name": "spatials",
"version": "1.0.2",
"description": "A bunch of utilities for geocoding and spatial calculation",
"main": "build/spatials.min.js",
"moduleType": [
"globals",
"node"
],
"keywords": [
"latitude",
"longitude",
"geo",
"coordinate",
"bearing",
"polygon",
"sexagesimal",
"distance",
"duration",
"point"
],
"authors": [
"maurobussini"
],
"license": "MIT",
"homepage": "https://github.com/maurobussini/spatials",
"ignore": [
"node_modules",
"src",
"test",
".idea",
".gitignore",
"bower.json",
"Gruntfile.js",
"LICENSE",
"package.json",
"README.md"
],
"dependencies": {
"geolib": "^2.0.18"
}
}